- Support bzip2 compressed zip archives.
- Improve file progress callback code.
- 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()
- Fix build on Windows when using autoconf.
- Improve support for 3MF files
- Build fixes for Linux
- Fix some warnings reported by PVS-Studio
- ziptool(1): command line tool to modify zip archives
- Speedups for archives with many entries
- Coverity fixes
- Better APK support
- Support for running tests on Windows
- More build fixes for Windows
- Portability fixes
- Documentation improvements
- Build fixes for Windows.
- Implemented an I/O abstraction layer.
- Added support for native Windows API for files.
- Added support for setting the last modification time for a file.
- Added a new type zip_error_t for errors.
- Added more typedefs for structs.
- Torrentzip support was removed.
- CVE-2015-2331 was fixed.
- Addressed all Coverity CIDs.
- Support querying/setting operating system and external attributes.
- For newly added files, set operating system to UNIX, permissions to 0666 (0777 for directories).
- Fix bug when writing zip archives containing files bigger than 4GB.
- Fix bugs in zip_set_file_compression().
- Include Xcode build infrastructure.
- Added Zip64 support (large file support)
- Added UTF-8 support for file names, file comments, and archive comments
- Changed API for name and comment related functions for UTF-8 support
- Added zip_discard()
- Added ZIP_TRUNCATE for zip_open()
- Added zip_set_file_compression()
- Added API for accessing and modifying extra fields
- Improved API type consistency
- Use gcc4's visibility attribute
- More changes for Windows support
- Additional test cases
- Fixed CVE-2012-1162
- Fixed CVE-2012-1163
- Added zip_get_num_entries(), deprecated zip_get_num_files().
- Better windows support.
- Support for traditional PKWARE encryption added.
- Fix opening archives with more than 65535 entries.
- Fix some memory leaks.
- Fix cmake build and installation
- Fix memory leak in error case in zip_open()
- Fixed CVE-2011-0421 (no security implications though)
- More documentation.
- Include m4/ directory in distribution; some packagers need it.
- Avoid passing uninitialized data to deflate().
- Fix memory leak when closing zip archives.
- Fix infinite loop on reading some broken files.
- Optimization in time conversion (don't call localtime()).
- Clear data descriptor flag in central directory, fixing Open Office files.
- Allow more than 64k entries.
- on Windows, explictly set dllimport/dllexport
- remove erroneous references to GPL
- add support for torrentzip
- new functions: zip_get_archive_flag, zip_set_archive_flag
- zip_source_zip: add flag to force recompression
- zip_sorce_file: only keep file open while reading from it
- fix for zip archives larger than 2GiB
- fix zip_error_strerror to include libzip error string
- add support for reading streamed zip files
- new functions: zip_add_dir, zip_error_clear, zip_file_error_clear
- add basic support for building with CMake (incomplete)
- bugfix for zip_close
- struct zip_stat increased for future encryption support
- zip_add return value changed (now returns new index of added file)
- shared library major bump because of previous two
- added functions for reading and writing file and archive comments. New functions: zip_get_archive_comment, zip_get_file_comment, zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
- various bug fixes
- first standalone release
- changed license to three-clause BSD
- overhauled API
- added man pages
- install zipcmp and zipmerge