]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Merge transitions fix to work around a syck dump bug
[dak.git] / ChangeLog
index 6f476a7f60ea75517e59862bed92b767cc8c3182..e3e784abcaab630c5c4070f55c54a2fe2ea3d33e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,34 +1,51 @@
-2008-05-08  Joerg Jaspert  <joerg@debian.org>
+2008-05-12  Joerg Jaspert  <joerg@debian.org>
 
-       * templates/rm.bug-close: dito
+       * dak/transitions.py: use yaml.dump instead of syck.dump, as syck
+       seems to have a bug in its dump(), causing it to write illegal entries
+       And also do this for load.
 
-       * templates/reject-proposed-updates.rejected: dito
+2008-05-10  Stephen Gran   <sgran@debian.org>
+       * tools/debianqueued-0.9/debianqueued: First pass at a send_mail
+         implementation that sucks less
+       * Update debian/control to reflect new perl dependency
 
-       * templates/queue.rejected: dito
+2008-05-09  Joerg Jaspert  <joerg@debian.org>
 
-       * templates/process-unchecked.override-disparity: dito, but also
-       mention that people should include the package lists with the
-       override disparities.
+       * dak/override.py (main): substitute value in X-Debian-Package
+       header
 
+       * templates/override.bug-close: Add X-Debian-Package header
+       * templates/reject-proposed-updates.rejected: dito
+       * templates/queue.rejected: dito
        * templates/process-unchecked.new: dito
-
        * templates/process-unchecked.bug-nmu-fixed: dito
-
        * templates/process-unchecked.bug-experimental-fixed: dito
-
        * templates/process-unchecked.bug-close: dito
-
        * templates/process-unchecked.announce: dito
-
        * templates/process-unchecked.accepted: dito
-
        * templates/process-new.prod: dito
-
        * templates/process-accepted.unaccept: dito
-
        * templates/process-accepted.install: dito
+       * templates/process-unchecked.override-disparity: dito
+
+2008-05-08  Joerg Jaspert  <joerg@debian.org>
 
        * templates/override.bug-close: Add X-Debian header
+       * templates/rm.bug-close: dito
+       * templates/reject-proposed-updates.rejected: dito
+       * templates/queue.rejected: dito
+       * templates/process-unchecked.new: dito
+       * templates/process-unchecked.bug-nmu-fixed: dito
+       * templates/process-unchecked.bug-experimental-fixed: dito
+       * templates/process-unchecked.bug-close: dito
+       * templates/process-unchecked.announce: dito
+       * templates/process-unchecked.accepted: dito
+       * templates/process-new.prod: dito
+       * templates/process-accepted.unaccept: dito
+       * templates/process-accepted.install: dito
+       * templates/process-unchecked.override-disparity: dito, but also
+       mention that people should include the package lists with the
+       override disparities.
 
 2008-05-06  Joerg Jaspert  <joerg@debian.org>