Releases: ctabin/libzippp
Releases · ctabin/libzippp
libzippp-v7.1-1.10.1
Dependencies
- zlib 1.3.1 (https://www.zlib.net/zlib-1.3.1.tar.gz)
- libzippp 1.10.1 (https://libzip.org/download/libzip-1.10.1.tar.gz)
Changes since v7.0-1.10.1
- Update to zlib 1.3.1
- Fixes CMake typos
- Output INTERFACE_COMPILE_DEFINITIONS to the pkg-config file (#216)
- Enforces mtime when entry is modified (#207)
- Fix possible null pointer deref in error handling (#221)
Many thanks to the contributors:
libzippp-v7.0-1.10.1
Dependencies
- zlib 1.3 (https://github.com/madler/zlib/archive/v1.3.tar.gz)
- libzippp 1.10.1 (https://libzip.org/download/libzip-1.10.1.tar.gz)
Changes since v6.1-1.9.2
- Update to zlib 1.3
- Update to libzip 1.10.1
- Adds a libzip patch for windows compilation (#211)
- Adds debug/release targets in Makefile (#212)
- Fixes segmentation fault on close with writable buffer (#210)
- Fixes build warning (#201)
Many thanks to the contributors:
libzippp-v6.1-1.9.2
Dependencies
- zlib 1.2.13 (http://zlib.net/zlib1213.zip)
- libzippp 1.9.2 (http://www.nih.at/libzip/libzip-1.9.2.tar.gz)
Changes since v6.0-1.9.2
- Renaming of the method
fromWriteableBuffer
tofromWritableBuffer
(#176) - Fixes for packaging on GNU/Unix like systems (#181)
- If any error on close avoid to force progress percentage to 100% (#180)
- Set compression method in addData (#183)
- Fix GCC compile warnings (#193)
- Adds support for compression level (#190)
- Fixes toolchain options override in CMake (#194)
- Fixes read of zero-file length (#191)
Many thanks to the contributors:
libzippp-v6.0-1.9.2
Dependencies
- zlib 1.2.13 (http://zlib.net/zlib1213.zip)
- libzippp 1.9.2 (http://www.nih.at/libzip/libzip-1.9.2.tar.gz)
Changes since v5.1-1.8.0
- Update to zlib 1.2.13
- Update to libzip 1.9.2
- Adds support for compression method (#124)
- Adds support for cancel option (#166)
- Adds support of writable in-memory buffer (breaking change) - beta
- Improvement of custom error handling (breaking change)
- Fixes wrong inflated size (#145)
- Fixes progression hole (#164)
- Fixes memory leak when open failed (#131)
- Fixes compilation warnings
Many thanks to the contributors:
libzippp-5.1-1.8.0
Dependencies
- zlib 1.2.12 (http://zlib.net/zlib1212.zip)
- libzippp 1.8.0 (http://www.nih.at/libzip/libzip-1.8.0.tar.gz)
Changes since v5.0-1.8.0
libzippp-v5.0-1.8.0
Dependencies
- zlib 1.2.11 (http://zlib.net/zlib1211.zip)
- libzippp 1.8.0 (http://www.nih.at/libzip/libzip-1.8.0.tar.gz)
Changes since v4.1-1.8.0
- [BREAKING CHANGE] Support of in-memory zip (#111) -
fromBuffer
takes a non-constvoid*
- Support of ZipArchive creation from
zip_source
(#111) - Support of progress callback during archive close (#109)
- Adds access to underlying libzip handles (#108)
- Avoids useless computation of file length (#110)
- Minor documentation fixes
libzippp-v4.1-1.8.0
Dependencies
- zlib 1.2.11 (http://zlib.net/zlib1211.zip)
- libzippp 1.8.0 (http://www.nih.at/libzip/libzip-1.8.0.tar.gz)
Changes since v4.0-1.7.3
libzippp-v4.0-1.7.3
Dependencies
- zlib 1.2.11 (http://zlib.net/zlib1211.zip)
- libzippp 1.7.3 (http://www.nih.at/libzip/libzip-1.7.3.tar.gz)
Changes since v3.2-1.7.1
- [BREAKING CHANGE] Enum values are now in camel-case (#54)
- Adds support for encrypted archives (#81) - thanks @okaerin !
- Adds a new method to use a function to read an entry (#71)
- Fixes libzip target in CMake compilation (#84)
- Fixes unwanted pointer deletion in ZipArchive::fromBuffer (#83)
- CMake minimal version is 3.12.0 (#90)
libzippp-v3.2-1.7.1
Dependencies
- zlib 1.2.11 (http://zlib.net/zlib1211.zip)
- libzippp 1.7.1 (http://www.nih.at/libzip/libzip-1.7.1.tar.gz)
Changes since v3.1-1.6.1
libzippp-v3.1-1.6.1
Dependencies
- zlib 1.2.11 (http://zlib.net/zlib1211.zip)
- libzippp 1.6.1 (http://www.nih.at/libzip/libzip-1.6.1.tar.gz)