17
0
2010-06-14 17:26:26 +00:00
committed by Git OBS Bridge
parent 91fe8ffcec
commit c4ffd2212f
4 changed files with 24 additions and 15 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jun 14 17:25:01 UTC 2010 - mrueckert@suse.de
- update to version 0.9.4
Changed ZipOutputStream.put_next_entry signature (API CHANGE!).
Now allows comment, extra field and compression method to be
specified.
- additional changes from version 0.9.3
Fixed: Added ZipEntry::name_encoding which retrieves the
character encoding of the name and comment of the entry. Also
added convenience methods ZipEntry::name_in(enc) and
ZipEntry::comment_in(enc) for getting zip entry names and
comments in a specified character encoding.
- additional changes from version 0.9.2
Fixed: Renaming an entry failed if the entry's new name was a
different length than its old name. (Diego Barros)
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de