Skip to content

Commit 933d367

Browse files
authored
Merge pull request #466 from openzim/release-3.6.0
Release 3.6.0
2 parents 84e6f5a + f9b45ab commit 933d367

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
zim-tools 3.6.0
2+
===============
3+
4+
* zimrecreate: Do not copy entry in 'W' namespace (@mgautierfr #452)
5+
* zimwriterfs: Move function declarations into correct header (@ThisIsFineTM #451)
6+
* zimwriterfs: Fix usage sample command (@benoit74 #435)
7+
* zimwriterfs/zimcheck: Fix buffer overrun in link normalisation (@ThisIsFineTM #446 #450)
8+
* Few fixes for FreeBSD compilation (@OlCe2 #445)
9+
* Stricter libzim dependency version check (@kelson42 #431 #437)
10+
* Fix gcc 14.2 LTO compilation bug in metadata-test (@ThisIsFineTM #460)
11+
* Update CI/CD workflows (@kelson42 #436)
12+
113
zim-tools 3.5.0
214
===============
315

meson.build

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

0 commit comments

Comments
 (0)