We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17daf7 commit 0f584caCopy full SHA for 0f584ca
2 files changed
CMakeLists.txt
@@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
6
endif()
7
8
project(libzip
9
- VERSION 1.10.1
+ VERSION 1.11
10
LANGUAGES C)
11
12
option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
NEWS.md
@@ -1,4 +1,4 @@
1
-# X.X [Unreleased]
+# 1.11 [2024-09-19]
2
3
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
4
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
0 commit comments