Skip to content

Commit 243a2c6

Browse files
authored
Merge pull request #898 from openzim/release-9.2.2
Release 9.2.2
2 parents 0bd084a + bc4ccb6 commit 243a2c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libzim 9.2.2
2+
============
3+
4+
* Avoid crash scenario in case of invalid offset in clusters (@mgautierfr #895)
5+
* Many improvements around testing (@mgautierfr #889 #897)
6+
* Windows CI using GitHub Windows runner (@mgautierfr #894)
7+
* Better error message when failin to open (split) ZIM file (@mgautierfr #884)
8+
19
libzim 9.2.1
210
============
311

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libzim', ['c', 'cpp'],
2-
version : '9.2.1',
2+
version : '9.2.2',
33
license : 'GPL2',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)