X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e57705e2f5e30d484ee905c72b767a0a92eed95b;hb=e00d86bf93fe8e20b456caae7c099b153b77678f;hp=7d3a7ddf26f8f08debe599f510315d9446ac6bdc;hpb=bdc67f9ca8905fe83d7c2c8c1dd7a41bcd1801ce;p=dak.git diff --git a/ChangeLog b/ChangeLog index 7d3a7ddf..e57705e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2008-10-14 Thomas Viehmann + + * dak/show_deferred.py: produce .changes and improve status + +2008-10-07 Joerg Jaspert + + * config/debian/cron.dinstall: Only keep the last 60 days of + dinstall logfiles on disc. + +2008-10-05 Thomas Viehmann + + * daklib/database.py: added get_suites + * dak/dak.py, dak/show_deferred.py: add show-deferred to dak. + +2008-09-23 Joerg Jaspert + + * config/debian/dak.conf: Add the validtime fields, set to 7 + days. + + * dak/generate_releases.py (main): Add a "Valid-Until" line into + our release files, meaning "$receiver shouldn't trust this files + after that date". Should be used by apt and similar tools to + detect some kind of MITM attacks, see #499897 + +2008-09-21 Joerg Jaspert + + * config/debian/cron.hourly: Generate the DEFERRED queue + overview. + 2008-09-13 Philipp Kern * dak/queue.py (dump_vars): make .dak u,g=rw,o=r; James'