Skip to content

Commit c883114

Browse files
authored
Merge pull request #299 from openzim/version_3.1.1
2 parents 881e240 + 092f13e commit c883114

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
zim-tools 3.1.1
2+
===============
3+
4+
* zimdump: Correctly print the main page (@mgautierfr #293)
5+
* zimcheck: Correctly print spend time to avoid performance test to fail on slow
6+
hardware (@veloman-yunkan #288)
7+
* zimwriterfs: Fix usage message indentation (@kelson42 #291)
8+
* Cross compilation: Correctly detect host machine (@kelson42 #290)
9+
* CI: Fix libzim-dev deps (@legoktm #284)
10+
* CI: Remove Ubuntu Hirsute (@legoktm #286)
11+
112
zim-tools 3.1.0
213
===============
314

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('zim-tools', ['c', 'cpp'],
2-
version : '3.1.0',
2+
version : '3.1.1',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
55

0 commit comments

Comments
 (0)