🤖 Update dependency zlib-ng to v2.1.6 - autoclosed #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.7
->2.1.6
Release Notes
zlib-ng/zlib-ng (zlib-ng)
v2.1.6
Compare Source
This is a stable release, with several minor improvements and one corruption fix for inflateCopy().
This release also improves on the functable implementation, and also moves its initialization to happen in deflateInit() and inflateInit(). We also have some optimizations for RVV and ARM.
Notes for packagers:
INSTALL_LIB_DIR
workarounds, this should not be needed since v2.0.2 (2021), but packagers seem to keep copying the workaround from each other. Please see cmake/detect-install-dirs.cmake.Changes
Functable
API
ARM
RVV
x86
Buildsystem
Misc
v2.1.5
Compare Source
This is a hotfix release, fixing an issue where certain applications would fail with a checksum error during inflate (decompression).
A few minor fixes and improvements are also included.
Fix bug with Z_FINISH handling with no window. #1602
Added unit test for inflate with Z_FINISH and no window #1603
Fix CMake handling of CMAKE_INSTALL_INCLUDEDIR #1593
Fix pkgconfig support for WITH_GZFILEOP #1595 #1598
Github Actions update #1590
Readme Update #1594
v2.1.4
Compare Source
This is a stable release, with several minor improvements and one fix for a possible buffer overrun while using inflateCopy().
Zlib-ng's zlib-compat mode is now targeting zlib 1.3 compatibility.
Of note, we have new optimizations for ARM and Risc-V RVV, and a lot of fixes and improvements to the buildsystem.
Fix: inflateCopy() allocate window with padding #1583
Pull zlib 1.3 changes #1563
API
MacOS
MinGW
ARM
Loongarch
PowerPC
RVV
x86
Buildsystem
Misc
Thanks to all the contributors this release looks to be the best and most stable one so far. 🎉
v2.1.3
Compare Source
This is a stable release, with several minor improvements and one fix for a possible endless loop during inflate.
The endless loop bug was detected using unpigz, and is likely a rare corner case that was exposed by pigz threading.
We also have optimizations for the upcoming Risc-V RVV instruction set.
Changes since 2.1.2:
Fix endless loop bug in chunkcopy_safe. #1526
Support using distro-supplied Gtest #1519
Minor code cleanup of deflate.c #1500
ARM
MacOS
PowerPC
Risc-V
v2.1.2
Compare Source
This is the first stable release of the
2.1.x
branch.The changes since beta2 are minor, no changes to code, only buildsystem and tests.
Changes since 2.1.0-Beta2:
COMMAND_ECHO
in ctests, it is not supported in older than CMake 3.15.make distclean
command with configure/Makefile.arch
.Full release notes for the first 2.1 stable release:
This release contains two years of development and improvements to zlib-ng, as well as fixes and changes inherited from zlib.
The 2.1.x version series has new targeted minumum buildsystem versions, as detailed on the Wiki https://github.com/zlib-ng/zlib-ng/wiki
Buildsystem:
Optimizations and Enhancements:
New instruction set optimizations:
Compatibility and Porting:
Improved support more environments:
Testing:
Misc:
Deprecations:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.