X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=528a368cbf3afbd0073bbe924032b985868c7cc3;hb=3e9dffca20d7e4190ff29cb1ed05f504ee6b634c;hp=efa47a2f8bfcee31d0c7b3a4c841657c0e584b85;hpb=f56058049885c86071f354d70d69959de8a4cd53;p=dak.git diff --git a/ChangeLog b/ChangeLog index efa47a2f..528a368c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,45 @@ +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 + 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 + + * dak/process_new.py (recheck): pass "" for prefix_str to reject() + when processing result of check_dsc_against_db so we don't promote + warnings to rejections. + 2007-12-30 Joerg Jaspert + * dak/dak.py (init): add show-new. This is based on a patch + submitted by Thomas Viehmann in Bug #408318, but large parts of + handling it are rewritten and show-new is done by me. + + * dak/queue_report.py (table_row): Add link to generated html page + for NEW package. + * dak/show_new.py: new file, generates html overview for NEW packages, similar to what we see with examine-package. @@ -20,6 +60,8 @@ easily know if we want html or not and just DTRT (do_lintian): new function (check_deb): use it + (output_deb_info): Use print_escaped_text, not print_formatted_text. + Also import daklib.queue, determine_new now lives there Also add a variable to see if we want html output. Default is disabled, show_new enables it for its use. @@ -32,7 +74,7 @@ (check_valid): Moved out of here. (get_type): Moved out of here. - * daklib/utils.py (determine_new): Moved here. + * daklib/queue.py (determine_new): Moved here. (check_valid): Moved here. (get_type): Moved here.