X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=528a368cbf3afbd0073bbe924032b985868c7cc3;hb=3e9dffca20d7e4190ff29cb1ed05f504ee6b634c;hp=90c033a7abb7aab6f9328f71be73ecca2e14b449;hpb=73ec00c395f4e560e6b7df5e8422d45662025d3d;p=dak.git diff --git a/ChangeLog b/ChangeLog index 90c033a7..528a368c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +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. + * scripts/debian/insert_missing_changedby.py: Script to import yet + missing fields from filippo's uploads-history DB. + +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