X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c1402201f026da34c35a499018853de87a980384;hb=c0b45d5a9b783027658d7a537c4e8cdbb4a3aec4;hp=a5469a1af86c44ff3abed82e4994c388a8bb67fa;hpb=3d51abd3797e49e0edfe26fe4702d29220b9dcdb;p=dak.git diff --git a/ChangeLog b/ChangeLog index a5469a1a..c1402201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-09-08 Philipp Kern + + * dak/check_archive.py (check_checksums): rewind the files + before the sha1sum/sha256sum checks as they got seeked by + md5sum + +2008-09-07 Philipp Kern + + * daklib/utils.py (check_hash): try..except..finally only + works on python >=2.5. + + * dak/process_accepted.py (install): better use dsc_file + instead of the (for the loop iteration) static file + variable + 2008-09-07 Philipp Kern * daklib/utils.py (check_hash): change the comment and warn