Skip to content

Commit

Permalink
Merge pull request #321 from openzim/version_3.1.2
Browse files Browse the repository at this point in the history
New version 3.1.2
  • Loading branch information
mgautierfr committed Sep 7, 2022
2 parents aa31029 + 0e34e28 commit d8cd616
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
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 debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
Build-Depends: debhelper-compat (= 13),
meson,
pkg-config,
libzim-dev (>= 7.2.0~),
libzim-dev (>= 8.0.0~),
libmagic-dev,
zlib1g-dev,
libgumbo-dev,
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -16,7 +16,7 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version : '>=7.2.0', static:static_linkage)
libzim_dep = dependency('libzim', version : '>=8.0.0', static:static_linkage)
with_xapian_support = compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')

find_library_in_compiler = meson.version().version_compare('>=0.31.0')
Expand Down

0 comments on commit d8cd616

Please sign in to comment.