X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=140b1dfd154f1864e28f311a1659a81f8a9ad85a;hb=60b5dcd3ef84f26959c514cb7730e1d1a1e4e4f8;hp=5448fb95f9610204153da8dc93dc34c2debdfe2d;hpb=e79e9a1395528354b5978fc4b92a8fcdd1559d70;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