From 64b62d6b1a686a1b0bac1b6b9dcb635be0499afb Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Thu, 31 Oct 2024 23:27:33 +0100 Subject: [PATCH] Bump to 1.11.2 and update NEWS. --- CMakeLists.txt | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa8e9de5d..23e0f0fd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.11.1 + VERSION 1.11.2 LANGUAGES C) if(NOT libzip_VERSION_PATCH) diff --git a/NEWS.md b/NEWS.md index 614e4de40..d2b1e73d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# 1.11.2 [2024-10-31] + +* Fix performance regression in `zip_stat` introduced in 1.11. + # 1.11.1 [2024-09-19] * Fix zipconf.h for version number with missing third component.