Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib: bump minimum to 1.2.5.2 (was: 1.2.0.4) #16616

Closed
wants to merge 3 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Mar 7, 2025

1.2.5.2 was released on 2011-12-18. (vs. 1.2.0.4 on 2003-08-10)

It allows to:

  • use Z_BLOCK unconditionally.
  • use inflateReset2() to replace inflateEnd() + inflateInit2()
    and save a memory allocation.
  • use Z_CONST and z_const (in a future commit).

Suggested-by: Dan Fandrich
Ref: #16142 (comment)

@vszakats vszakats closed this in 25f8486 Mar 7, 2025
@vszakats vszakats deleted the zlib-bump branch March 7, 2025 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants