summaryrefslogtreecommitdiffstats
path: root/libzip-upstream.patch
blob: d8b61d39283135490c0a2ae8fa00ce9a059c05eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From c5ca7bba468beff67c437553ad47a656296b2cb7 Mon Sep 17 00:00:00 2001
From: Dieter Baron <dillo@nih.at>
Date: Tue, 28 Jun 2022 13:24:13 +0200
Subject: [PATCH] Update for 1.9.1 release.

---
 CMakeLists.txt | 2 +-
 NEWS.md        | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13634302..3ded4094 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
 endif()
 
 project(libzip
-  VERSION 1.9.0
+  VERSION 1.9.1
   LANGUAGES C)
 
 option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
diff --git a/NEWS.md b/NEWS.md
index d8e1850b..78d663c7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+1.9.1 [2022-06-28]
+===================
+
+* Fix `zip_file_is_seekable()`.
+
 1.9.0 [2022-06-13]
 ==================