Skip to content

Commit

Permalink
Merge pull request #420 from openzim/version_3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Jul 10, 2024
2 parents 32c9cde + ad2799a commit 21ac578
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
zim-toosl 3.4.1
zim-tools 3.4.2
===============

* zimwriterfs: Support short option `-a` (tags) (@kelson42 #409)
* zimwriterfs: "Name", "Title" and "LongDescription" are mandatory metadata (@kelson42 #410 #411)
* zimcheck: Do not run check on content if zim integrity test is failing (@mgautierfr #413)
* zimrecreate: Do not try to add twice metadata (and fix return code) (@mgautiefr #419)

zim-tools 3.4.1
===============

* zimsplit: stop creating trailing empty chunk (@mgautierfr #402)
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.4.1',
version : '3.4.2',
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand All @@ -19,7 +19,7 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version:'>=9.1.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=9.2.2', static:static_linkage)
libzim_dep = dependency('libzim', version:'<10.0.0', static:static_linkage)

with_xapian_support = compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
Expand Down

0 comments on commit 21ac578

Please sign in to comment.