X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b3fef2c5e2fcc817983a0f333b13523c3b592cac;hb=eb69358ebf5fa0dd8258f58035eb209edc5db4ca;hp=745a8bd436d59ba08a30a8b2a3a73fd6bd193628;hpb=2a9824e30623dabdcdab6f371b55a10c21754a25;p=dak.git diff --git a/ChangeLog b/ChangeLog index 745a8bd4..b3fef2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +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. @@ -23,6 +33,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. @@ -35,7 +47,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.