]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
2.1.1-Beta2 2.1.1-beta2
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 16 May 2023 11:40:27 +0000 (13:40 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 17 May 2023 11:03:27 +0000 (13:03 +0200)
commitee68fc338f8a2175fc03bcf3095bc9f384698c29
treec402010f577769107a6a3c758cd746608f0fa721
parent41c4879b8b90f3199b1e5a1f8fc373d3082e5820
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
Makefile.in
zlib-ng.h.in
zlib.h.in
zutil.c