X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1513626d5528b88532a393bf35ee3de4d2d33c10;hb=edd3a9b926d9975ed18516f4d3a26556e1ca3e12;hp=a54a2eb1063da758585a89209f7d50851812866a;hpb=8123375b36cc39161fb6338fdd442c3a86582d3b;p=dak.git diff --git a/ChangeLog b/ChangeLog index a54a2eb1..1513626d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2008-12-31 Joerg Jaspert + + * dak/queue_report.py (process_changes_files): Actually use the + right changes filename + +2008-12-30 Michael Casadevall + + * src/sql-aptvc.cpp - Fixed to work on modern postgresql version + + * src/Makefile - Gave it a brain on finding postgres headers + + * queue-report.py - Added changes file to the 822 output for QA team + +2008-12-30 Joerg Jaspert + + * config/debian/cron.hourly: Generate the 822 format for accepted, + new, byhand and proposed-updates + +2008-12-30 Michael Casadevall + + * dak/queue_report.py - Added directories option to queue report + +2008-12-28 Frank Lichtenheld + + * dak/override.py (main): Handle source-only packages better + +2008-12-26 Michael Casadevall + + * dak/queue_report.py - Added Last Modified in asctime() for QA team + +2008-12-23 Michael Casadevall + + * dak/queue_report.py - Added 822 output format + + * dak/queue_report.py - Fixed display of BYHAND packages + + * dak/queue_report.py - Added queue field + + * config/debian/dak.conf - Added 822 output location + + * dak/process_accepted.py - Added orig.tar.gz copying when going + inbetween two components + +2008-12-23 Joerg Jaspert + + * dak/make_suite_file_list.py (stable_dislocation_p): Removed + + * config/debian/dak.conf, config/debian-security/dak.conf: Remove "StableDislocationSupport "false";" + 2008-12-19 Joerg Jaspert * daklib/utils.py: move the html escape stuff here.