Skip to content

Commit 7879d74

Browse files
authored
Merge pull request #394 from openzim/release-3.4.0
Release 3.4.0
2 parents c6fbe7d + 90cbf10 commit 7879d74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
zim-tools 3.4.0
2+
===============
3+
4+
* zimwriterfs: Fix regression of Redirect entries not findable in title suggestions (@mgautierfr #388)
5+
* zimcheck: Do not use std::optional (@mgautierfr #392)
6+
* zimcheck: Do not detect ZIM clone entry as duplicated content (@mgautierfr #379)
7+
18
zim-tools 3.3.0
29
===============
310

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('zim-tools', ['c', 'cpp'],
2-
version : '3.3.0',
2+
version : '3.4.0',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)