Skip to content

Commit

Permalink
Merge pull request #559 from kiwix/version_3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 15, 2022
2 parents 9e3d4c9 + b7a6f78 commit b2bc6ce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
kiwix-tools 3.3.0
=================

* Remove kiwix-read tool (@veloman-yunkan #535)

kiwix-serve
-----------

* Add an option to limit the number of connections for a same IP (@nikhil #534)
* Add an option to limit the number of zim in a multizim fulltext search (@mgautierfr #558)

kiwix-search
------------

* Remove usage of libkiwix's deprecated api (@veloman-yunkan #535)

kiwix-manage
------------

* Correctly return a value !0 if something went wrong (@mgautierfr #553)


kiwix-tools 3.2.0
=================

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('kiwix-tools', 'cpp',
version : '3.2.0',
version : '3.3.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])

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

thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=10.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=11.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=7.2.0', static:static_linkage)

all_deps = [thread_dep, kiwixlib_dep, libzim_dep]
Expand Down

0 comments on commit b2bc6ce

Please sign in to comment.