From 0f584cae2003ff786712a34722bbf2ef42938ee4 Mon Sep 17 00:00:00 2001 From: Dieter Baron Date: Thu, 19 Sep 2024 11:44:54 +0200 Subject: [PATCH] Prepare for release. --- CMakeLists.txt | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index deca59184..e81d842e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.10.1 + VERSION 1.11 LANGUAGES C) option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON) diff --git a/NEWS.md b/NEWS.md index 21a4f369b..176cbbdc8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# X.X [Unreleased] +# 1.11 [2024-09-19] * Stop searching after finding acceptable central directory, even if it contains inconsistencies. * Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.