libzippp-v5.0-1.8.0
ctabin
released this
07 Aug 08:23
·
205 commits
to master
since this release
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