X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=140b1dfd154f1864e28f311a1659a81f8a9ad85a;hb=8c854b93e52ff5347596ec6d553d73053ebc092f;hp=5448fb95f9610204153da8dc93dc34c2debdfe2d;hpb=b5d21dfae245e479a1dfd261b7f1a9d9bf2e9b99;p=dak.git diff --git a/ChangeLog b/ChangeLog index 5448fb95..140b1dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-09-07 Philipp Kern + + * daklib/utils.py (check_hash): try..except..finally only + works on python >=2.5. + +2008-09-07 Philipp Kern + + * daklib/utils.py (check_hash): change the comment and warn + if a file is not found when checking the hashes (i.e. when + it is probably in the pool) + + * daklib/utils.py (check_size): do not bail out if the file + is not found, because it may be in the pool + + * dak/process_accepted.py (install): bail out and skip the + upload when ensure_hashes fails, print the rejection messages + as warnings + 2008-08-28 Philipp Kern * daklib/utils.py (check_hashes): adapt to different API, check