Skip to content

Releases: opencor/zlib-ng

2.3.3

Choose a tag to compare

@agarny agarny released this 29 May 02:37
2.3.3 Bugfix release

2.2.4

Choose a tag to compare

@agarny agarny released this 13 May 23:36
2.2.4 Release

2.1.6

Choose a tag to compare

@agarny agarny released this 24 May 21:10
2.1.6 Release

2.1.1-beta2: 2.1.1-Beta2

Choose a tag to compare

@agarny agarny released this 25 May 06:17
Changes since 2.1.0-Beta1:
- Fix missing exported z_size_t type in zlib.h (zlib-compat mode).
- Fix two Coverity warnings
- Fix CMake GNUInstallDirs usage
- Configure/CMake improvements for compilers with early AVX512-VNNI support (GCC8.0 etc)
- Microptimalization for AVX512 implementation of CRC32
- Optimized deflate_rle compression, also added related test and benchmark.
- Add testing of file_compress/file_uncompress in minigzip/minideflate
- Add emulated RISC-V to CI test workflow
- Add deflate_fast to switchlevels test
- Fix abicheck CI test was not ignoring version string
- Fix MinGW CI test, broken by Github Actions VM image updates

Version 2.0.6

Choose a tag to compare

@agarny agarny released this 01 Mar 22:53
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071
 - Fix incorrect function declaration warning #1080
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075

Version 2.0.5

Choose a tag to compare

@agarny agarny released this 15 Nov 11:01
- Fix inflate corruption on aarch64 #1008
- Fix MSVC warnings #1002 #1013
- Minor chunkset improvements #1000 #994 #1015
- Minor cleanup #997
- Add CI test for pigz on aarch64 #1004
- Cmake improvements #996