Releases: opencor/zlib-ng
Releases · opencor/zlib-ng
Release list
2.3.3
2.2.4
2.1.6
2.1.1-beta2: 2.1.1-Beta2
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
- 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
- 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