Releases: mateidavid/zstr
Releases · mateidavid/zstr
v1.0.7
What's Changed
- Improve CMakeLists and add CMake instructions in README by @skaravos in #55
- Fix some typos by @luzpaz in #58
- changing include directive to relative path by @behrisch in #62
- allow backward compatibility with gcc 4.8 by @ferdymercury in #61
- Fix FreeBSD strerror_r signature, is like Apple's one
New Contributors
- @skaravos made their first contribution in #55
- @luzpaz made their first contribution in #58
- @behrisch made their first contribution in #62
Full Changelog: v1.0.6...v1.0.7
v1.0.6
- Removed external non-MIT licensed files
- Fix some typos
v1.0.5
- Added CMakeLists.txt and included buff_size in the constructor of the i/ofstream classes
- Close underlying i/ofstream on destruction
- allow checking if is_open
- get position within compressed file
v1.0.4
make it possible to specify window bits
several fixes
v1.0.3
fixes compilation issues on some platforms with strerr
fixes error when no \0 in buffer
fixes error when catching exceptions
simplifies Travis
v1.0.2
Stable version used between 2017 and 2020