X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=b732582ee5a891651546415f5720375020f44418;hb=62b1844777a0480248288dd45e41c27be45c585f;hp=051bd1d96e3c34e62fb1431ea207671fe512e6c9;hpb=7a45106601c9a030fc839d72a19c2f02fe125583;p=dak.git diff --git a/ChangeLog b/ChangeLog index 051bd1d9..b732582e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ +2008-12-09 Philipp Kern + + * daklib/queue.py (cross_suite_version_check): add an additional + parameter to specify if an upload is sourceful or not; do not reject + uploads that do not satisfy the "must be newer than" criteria and + are binary-only + * daklib/queue.py (check_source_against_db, check_binary_against_db): + invoke cross_suite_version_check as above + +2008-12-04 Philipp Kern + + * dak/process_new.py (recheck): call reject for + Upload.check_{binary,source}_against_db with an empty prefix to not + reject on warnings + +2008-11-30 Philipp Kern + + * dak/process_unchecked.py (do_stableupdate, do_oldstableupdate): + move files to NEW for {old,}stable-proposed-updates world-readable + (Closes: #368056) + 2008-11-30 Joerg Jaspert + * config/debian/apt.conf: Lets generate experimental content + files. + * dak/daklib/queue.py (Upload.cross_suite_version_check): Add a few () to make cross_suite_version_check finally work as intended (well, we hope). Thanks to Philipp Kern for spotting this.