Skip to content

Commit

Permalink
Merge pull request #898 from openzim/release-9.2.2
Browse files Browse the repository at this point in the history
Release 9.2.2
  • Loading branch information
kelson42 committed Jun 22, 2024
2 parents 0bd084a + bc4ccb6 commit 243a2c6
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.2
============

* Avoid crash scenario in case of invalid offset in clusters (@mgautierfr #895)
* Many improvements around testing (@mgautierfr #889 #897)
* Windows CI using GitHub Windows runner (@mgautierfr #894)
* Better error message when failin to open (split) ZIM file (@mgautierfr #884)

libzim 9.2.1
============

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.1',
version : '9.2.2',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit 243a2c6

Please sign in to comment.