Skip to content

Commit

Permalink
Merge pull request #299 from openzim/version_3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored May 6, 2022
2 parents 881e240 + 092f13e commit c883114
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
zim-tools 3.1.1
===============

* zimdump: Correctly print the main page (@mgautierfr #293)
* zimcheck: Correctly print spend time to avoid performance test to fail on slow
hardware (@veloman-yunkan #288)
* zimwriterfs: Fix usage message indentation (@kelson42 #291)
* Cross compilation: Correctly detect host machine (@kelson42 #290)
* CI: Fix libzim-dev deps (@legoktm #284)
* CI: Remove Ubuntu Hirsute (@legoktm #286)

zim-tools 3.1.0
===============

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('zim-tools', ['c', 'cpp'],
version : '3.1.0',
version : '3.1.1',
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])

Expand Down

0 comments on commit c883114

Please sign in to comment.