X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e7422486437439db97513b03158a75b42bfe3d8b;hb=7ee74dfab6b17e4e9b12011f60ba3058e31715e6;hp=1f818980f8655add0dd70a0df202f9dbe7019095;hpb=76cc6b0f163f76c4bdcaceebf55a68348924c598;p=dak.git diff --git a/ChangeLog b/ChangeLog index 1f818980..e7422486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,27 @@ +2008-02-09 Christoph Berg + + * setup/add_constraints.sql setup/init_pool.sql: Add changedby column + to source table, and move src_uploaders after source so the REFERNCES + clause works. + * dak/process_accepted.py (install): Fill the changedby column from + the information found in the .changes. This will allow to identify + NMUs and sponsored uploads more precisely in tools querying projectb. + +2008-02-06 Joerg Jaspert + + * daklib/utils.py (check_signature): Make variable key available, + so we can access it. + +2008-01-07 Joerg Jaspert + + * dak/examine_package.py (check_deb): Remove linda call. It + provides no added benefit to lintian anymore. + 2008-01-06 Joerg Jaspert * dak/examine_package.py (do_lintian): lintian now supports html coloring, so use it. + (do_command): Dont escape html chars if param escaped = 1 2007-12-31 Anthony Towns