Skip to content

Commit

Permalink
New version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Sep 7, 2022
1 parent aa31029 commit d0cfde1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
zim-tools 3.1.2
===============

* zimdump: Create correct redirection when dumping zim with old namespace
scheme (@mgautierfr #306)
* zimcheck: Correctly handle protocol-relative absolute url as absolute url (@veloman-yunkan #307)
* zimcheck: Fix `J` flag at arguments parsing (@JameelKaisar #320)
* zimcheck: Limit the size of the task queue, which reduce the memory needed (@veloman-yunkan #309)
* zimcheck: Better and faster redirect loop check (@veloman-yunkan #312)
* zimdump: Improve indentation output of `zimdump list` (@kelson42 #301)
* zimwriterfs: Improve an error message (@kelson42 #302)
* CI: Fix CI compilation (@mgautierfr #313)


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

Expand Down

0 comments on commit d0cfde1

Please sign in to comment.