Skip to content

Commit

Permalink
Merge pull request #927 from openzim/release-9.2.3
Browse files Browse the repository at this point in the history
Release 9.2.3
  • Loading branch information
kelson42 committed Aug 28, 2024
2 parents fbf9bb5 + 224e95d commit 398a3c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libzim 9.2.3
============

* Correctly locate part range in which read data in case of ZIM chunks (@mgautierfr #903)
* Fix test compilation GCC12 #899 (#mgautierfr #899)
* Move Windows CI/CD to native MS Windows via GitHub Actions (@mgautierfr #899 #914)
* Update deb package CI/CD for Debian & Ubuntu with latest releases (@kelson42 #905 #906 #922)

libzim 9.2.2
============

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libzim', ['c', 'cpp'],
version : '9.2.2',
version : '9.2.3',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit 398a3c2

Please sign in to comment.