We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b693bb commit c73ed23Copy full SHA for c73ed23
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.8.0
+ VERSION 1.9.0
10
LANGUAGES C)
11
12
option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
@@ -446,4 +446,3 @@ if(LIBZIP_DO_INSTALL)
446
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
447
)
448
449
-
NEWS.md
@@ -1,9 +1,11 @@
1
-1.9.0 [202x-xx-xx]
+1.9.0 [2022-06-13]
2
==================
3
4
* Add `zip_file_is_seekable()`.
5
* Improve compatibility with WinAES.
* Fix encoding handling in `zip_name_locate()`.
+* Add option to `zipcmp` to output summary of changes.
+* Various bug fixes and documentation improvements.
1.8.0 [2021-06-18]
0 commit comments