X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d939879be2e1c0f3c4158646cfba128b6caad6b9;hb=c7dcd7eda8d0ee0d758ff6ce87991d319586ba00;hp=7d99ee447033cd6289d92bf5f224a14abeac6a9b;hpb=f3ac36e5ca524fb72ce6564708971fe1e7ef8893;p=dak.git diff --git a/ChangeLog b/ChangeLog index 7d99ee44..d939879b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,65 @@ +2008-05-04 Joerg Jaspert + + * dak/examine_package.py: remove daklib.queue import, never used + + * dak/check_proposed_updates.py: Import stuff from daklib as + "import daklib.foo as foo" + * dak/clean_proposed_updates.py: likewise + * dak/clean_queues.py: likewise + * dak/clean_suites.py: likewise + * dak/compare_suites.py: likewise + * dak/cruft_report.py: likewise + * dak/examine_package.py: likewise + * dak/find_null_maintainers.py: likewise + * dak/generate_index_diffs.py: likewise + * dak/generate_releases.py: likewise + * dak/import_archive.py: likewise + + * dak/check_archive.py (check_files_not_symlinks): Remove + long-time unused and commented code. Import stuff from daklib as + "import daklib.foo as foo" + +2008-05-03 Joerg Jaspert + + * dak/examine_package.py: clean up pychecker warnings (merged with + Thomas changes to the NEW display) + +2008-05-03 Mark Hymers + + * dak/check_archive.py: clean up pychecker warnings + * dak/check_overrides.py: likewise + * dak/check_proposed_updates.py: likewise + * dak/clean_proposed_updates.py: likewise + * dak/clean_queues.py: likewise + * dak/control_overrides.py: likewise + * dak/control_suite.py: likewise + * dak/decode_dot_dak.py: likewise + * dak/examine_package.py: likewise + * dak/process_new.py: likewise + * dak/process_unchecked.py: likewise + * dak/queue_report.py: likewise + * dak/reject_proposed_updates.py: likewise + * dak/security_install.py: likewise + * dak/show_new.py: likewise + * dak/stats.py: likewise + * dak/symlink_dists.py: likewise + * dak/transitions.py: likewise + +2008-05-03 Joerg Jaspert + + * config/debian/cron.daily: Rename to + * config/debian/cron.dinstall: this, as its not really something run + daily for some time now. And while dinstall is an OLD name, its + recognized pretty well within Debian + Also add some more timing information + Do not allow automated [o-]p-u-new processing to break dinstall + 2008-05-03 Thomas Viehmann + * web/,web/style.css: add web dir and current style.css + * dak/examine_package.py, dak/show_new.py: improve NEW html pages, + based on mock-up by M. Ferrari. remove Checksums-* from examine-package output 2008-05-03 Thomas Viehmann