X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=6f476a7f60ea75517e59862bed92b767cc8c3182;hb=761836f71452a6df9a8833cad1fa3e0ca19afe3a;hp=ab1a70a68199360ed27b534bdbd6661ea971d809;hpb=4149864735d9899bcbbc2f5309692d827ada0f8d;p=dak.git diff --git a/ChangeLog b/ChangeLog index ab1a70a6..6f476a7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,70 @@ +2008-05-08 Joerg Jaspert + + * templates/rm.bug-close: dito + + * templates/reject-proposed-updates.rejected: dito + + * templates/queue.rejected: dito + + * templates/process-unchecked.override-disparity: dito, but also + mention that people should include the package lists with the + override disparities. + + * 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/override.bug-close: Add X-Debian header + +2008-05-06 Joerg Jaspert + + * config/debian/cron.dinstall: Put the timestamp stuff into an own + function, call that from everywhere. Also change the timestamp + format to not be local dependent. + +2008-05-05 Joerg Jaspert + + * daklib/dak_exceptions.py (dakerrors): add TransitionsError + * dak/transitions.py: Use it, instead of the own definition + +2008-05-05 Mark Hymers + + * daklib/dak_exceptions.py: Add a default message and tidy up our string + representation + +2008-05-05 Joerg Jaspert + + * daklib/dak_exceptions.py: New file, central place for all those + own exceptions dak may raise. + + * daklib/utils.py: Use dak_exceptions and delete all those string + exception raising stuff, which is depcreated. + During that delete the unknown_hostname_exc, as it wasnt used. + + * dak/import_archive.py: use the new Exception class + * dak/rm.py: dito + * dak/generate_releases.py: dito + * dak/queue_report.py: dito + * daklib/queue.py: dito + 2008-05-04 Joerg Jaspert + * daklib/queue.py: Various pychecker cleanups + * dak/import_keyring.py: Remove unused daklib.logging and Logger and add the actually used daklib/utils @@ -12,6 +77,10 @@ * dak/clean_suites.py: likewise * dak/compare_suites.py: likewise * dak/cruft_report.py: likewise + (get_suite_binaries): Seperated in own function, out of main. More + of main should be splitted. (Or well, cruft_report redesigned a + little, so its easier to run on multiple suites with differing tests) + * dak/examine_package.py: likewise * dak/find_null_maintainers.py: likewise * dak/generate_index_diffs.py: likewise @@ -40,6 +109,11 @@ long-time unused and commented code. Import stuff from daklib as "import daklib.foo as foo" +2008-05-04 Thomas Viehmann + + * dak/process_unchecked.py (check_signed_by_key): cater for uid_email + None in sponsor notification + 2008-05-03 Joerg Jaspert * dak/examine_package.py: clean up pychecker warnings (merged with