Skip to content

Commit d8cd616

Browse files
authored
Merge pull request #321 from openzim/version_3.1.2
New version 3.1.2
2 parents aa31029 + 0e34e28 commit d8cd616

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
zim-tools 3.1.2
2+
===============
3+
4+
* zimdump: Create correct redirection when dumping zim with old namespace
5+
scheme (@mgautierfr #306)
6+
* zimcheck: Correctly handle protocol-relative absolute url as absolute url (@veloman-yunkan #307)
7+
* zimcheck: Fix `J` flag at arguments parsing (@JameelKaisar #320)
8+
* zimcheck: Limit the size of the task queue, which reduce the memory needed (@veloman-yunkan #309)
9+
* zimcheck: Better and faster redirect loop check (@veloman-yunkan #312)
10+
* zimdump: Improve indentation output of `zimdump list` (@kelson42 #301)
11+
* zimwriterfs: Improve an error message (@kelson42 #302)
12+
* CI: Fix CI compilation (@mgautierfr #313)
13+
14+
115
zim-tools 3.1.1
216
===============
317

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Kiwix team <[email protected]>
55
Build-Depends: debhelper-compat (= 13),
66
meson,
77
pkg-config,
8-
libzim-dev (>= 7.2.0~),
8+
libzim-dev (>= 8.0.0~),
99
libmagic-dev,
1010
zlib1g-dev,
1111
libgumbo-dev,

meson.build

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

@@ -16,7 +16,7 @@ if static_linkage
1616
endif
1717
endif
1818

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

2222
find_library_in_compiler = meson.version().version_compare('>=0.31.0')

0 commit comments

Comments
 (0)