diff options
Diffstat (limited to 'src/Common/libzip/NEWS.md')
-rw-r--r-- | src/Common/libzip/NEWS.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Common/libzip/NEWS.md b/src/Common/libzip/NEWS.md index c915ce62..97bf2dea 100644 --- a/src/Common/libzip/NEWS.md +++ b/src/Common/libzip/NEWS.md @@ -1,3 +1,14 @@ +1.2.0 [2017-02-19] +================== + +* Support for AES encryption (Winzip version), both encryption + and decryption. +* Support legacy zip files with >64k entries. +* Fix seeking in zip_source_file if start > 0. +* Add zip_fseek() for seeking in uncompressed data. +* Add zip_ftell() for telling position in uncompressed data. +* Add zip_register_progress_callback() for UI updates during zip_close() + 1.1.3 [2016-05-28] ================== |