]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
extensions.py: minor tidyup
[dak.git] / ChangeLog
index 0767b5c79e5b851ec8cc92f8fa810fe49680cdf9..d269ff65f98bf8ff157b0578bd87f57d0e681f17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-03-21  Anthony Towns <ajt@debian.org>
+
+       * config/debian/extensions.py: Add infrastructure for replacing
+       functions in dak modules; add upload blocking for dpkg.
+
+2008-03-12  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/edit_transitions.py: Done a number of cleanups to make code
+       working. Also changed the way prompting/answering goes, to not
+       have to import daklib/queue.
+       (edit_transitions): When done with a successful edit - also print
+       a final overview about defined transitions
+
 2008-03-11  Joerg Jaspert  <joerg@debian.org>
 
        * dak/process_unchecked.py: Import syck module directly, not "from
 
        * The above changes are based on modifications from Anthony.
 
+       * dak/dak.py (init): Renamed check -> edit transitions
+
+       * dak/edit_transitions.py: Renamed from check_transitions.py
+       (main): Also rename new_vers/curvers to expected/current
+       Basically a nice rewrite, so it now does checks and edit,
+       depending on how you call it. Check also removes old transitions,
+       if user wants it.
+
 2008-03-02  Joerg Jaspert  <joerg@debian.org>
 
        * debian/control (Suggests): Add python-syck to Depends: