Skip to content

Commit 23cb8b2

Browse files
Updated internal zlib-ng to 2.1.8
1 parent 92b6528 commit 23cb8b2

File tree

385 files changed

+59805
-11295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+59805
-11295
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if(NOT DEACTIVATE_ZLIB)
203203
message(STATUS "Using ZLIB-NG internal sources for ZLIB support.")
204204
set(HAVE_ZLIB_NG TRUE)
205205
add_definitions(-DZLIB_COMPAT)
206-
set(ZLIB_NG_DIR "zlib-ng-2.0.7") # update to the actual included version
206+
set(ZLIB_NG_DIR "zlib-ng-2.1.8") # update to the actual included version
207207
set(ZLIB_COMPAT TRUE)
208208
set(SKIP_INSTALL_ALL TRUE)
209209
set(BUILD_SHARED_LIBS FALSE)

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release notes for C-Blosc2
44
Changes from 2.15.2 to 2.15.3
55
=============================
66

7-
#XXX version-specific blurb XXX#
7+
* Updated internal zlib-ng to 2.1.8.
88

99

1010
Changes from 2.15.1 to 2.15.2

0 commit comments

Comments
 (0)