Skip to content

Commit c73ed23

Browse files
committed
Update for release.
1 parent 7b693bb commit c73ed23

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
66
endif()
77

88
project(libzip
9-
VERSION 1.8.0
9+
VERSION 1.9.0
1010
LANGUAGES C)
1111

1212
option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
@@ -446,4 +446,3 @@ if(LIBZIP_DO_INSTALL)
446446
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
447447
)
448448
endif()
449-

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
1.9.0 [202x-xx-xx]
1+
1.9.0 [2022-06-13]
22
==================
33

44
* Add `zip_file_is_seekable()`.
55
* Improve compatibility with WinAES.
66
* Fix encoding handling in `zip_name_locate()`.
7+
* Add option to `zipcmp` to output summary of changes.
8+
* Various bug fixes and documentation improvements.
79

810
1.8.0 [2021-06-18]
911
==================

0 commit comments

Comments
 (0)