X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=90c033a7abb7aab6f9328f71be73ecca2e14b449;hb=ef8dcbe8251167f9c922959a67f626615b421c81;hp=614f4037baa8f64dd54d0a2812e72ba50f9c4ce6;hpb=6d6100fcee8e50bef063d8b8cd395773d83077b4;p=dak.git diff --git a/ChangeLog b/ChangeLog index 614f4037..90c033a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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