X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f81d8123df3479fef72dab2fe5239ebf0ff73f7e;hb=a9f99c6edebf128ac96e1da544cfa99892bda72c;hp=4a504f8ac79cf72cf696b4bb7c316fcb9ae906df;hpb=83c9afc04c7dff0da79de609a71d8fe3a380cddf;p=dak.git diff --git a/ChangeLog b/ChangeLog index 4a504f8a..f81d8123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ +2007-02-14 James Troup + + * docs/README.config: remove Dinstall::GroupOverrideFilename. + * config/debian/dak.conf: likewise. + * config/debian-non-US/dak.conf: likewise. + * config/debian-security/dak.conf: likewise. + + * daklib/queue.py (Upload.close_bugs): no longer handle NMUs or + experimental differently, just close the bugs and let version + tracking sort it out. + (nmu_p): remove entire class - now unused. + (Upload.__init__): don't use nmu_p. + 2007-02-08 Anthony Towns + * config/debian/dak.conf: update for 3.1r4. Use new 'etch' + signing key. Drop maximum index diffs down to 14. + + * config/debian/apt.conf: add udeb support for non-free (testing, + unstable) and experimental. + * config/debian/dak.conf: likewise. + + * dak/generate_releases.py (main): handle udebs in any component. + + * daklib/queue.py (Upload.build_summaries): handle files without a + 'type' gracefully. + + * dak/generate_releases.py (print_sha256_files): new function. + (main): use it. + * dak/process_accepted.py (stable_install): fix name of template mail. @@ -13,6 +41,15 @@ 2007-02-08 Ryan Murray + * config/debian/cron.monthly: use $ftpgroup instead of hardcoding + group name for chgrp of mail archives. + + * daklib/queue.py (Upload.check_dsc_against_db): handle multiple + orig.tar.gz's by picking the first one by file id. + + * dak/override.py (main): limit to binary overrides only for now. + (usage): update to match. + * config/debian/cron.daily: track when we have the accepted lock and clean it up on exit if we have it. Take/check the cron.unchecked lock just before traping to cleanup on exit.