Skip to content

Releases: mateidavid/zstr

v1.1.0

20 Oct 15:20
dc86d3d

Choose a tag to compare

What's Changed

  • fix build on android ndksdk-21 by @Redbeanw44602 in #66
  • adding missing header for gcc 15 compilation by @behrisch in #67
  • fix compilation with miniz instead of zlib by @malessandrini in #69
  • Add ostream and istream constructor parameters when using std::streambuf by @yansong1221 in #70
  • Windows compatability for examples by @LuNoX in #71
  • Fix: Using .open() after default construction results in empty file #65 by @LuNoX in #72
  • Constants instead of magic numbers for window bits parameter by @LuNoX in #73
  • Allow zstr::ofstream to work in plain non-compressed mode by @LuNoX in #75
  • Fix zlib header restriction is too restrictive by @LuNoX in #74

New Contributors

Full Changelog: v1.0.7...v1.1.0

v1.0.7

06 Dec 09:35
755da78

Choose a tag to compare

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

Full Changelog: v1.0.6...v1.0.7

v1.0.6

01 Apr 12:25
7a94c2a

Choose a tag to compare

  • Removed external non-MIT licensed files
  • Fix some typos

v1.0.5

10 Dec 16:49
93cfe0a

Choose a tag to compare

  • 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

06 Nov 17:03
8bfd7e7

Choose a tag to compare

make it possible to specify window bits
several fixes

v1.0.3

05 Nov 11:38
a55d56e

Choose a tag to compare

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

13 Oct 07:38

Choose a tag to compare

Stable version used between 2017 and 2020