From 720a319d53855a3ef14550f84c31b449e0beb84c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 30 Jul 2019 17:46:38 +0200 Subject: [PATCH] New version 2.1.0 --- Changelog | 7 ++++++- meson.build | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index ac79cc4..0b7157f 100644 --- a/Changelog +++ b/Changelog @@ -1,10 +1,15 @@ kiwix-tools 2.1.0 ================= + * Fix few compilation errors. + kiwix-serve ----------- -* Mobile friendly top bar + * Use new api to filter the library. + * Mobile friendly top bar. + * Add notag parameter to be able to exclude tags from the zim search. + kiwix-tools 2.0.0 ================= diff --git a/meson.build b/meson.build index 1e27f30..fc39092 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ if static_linkage endif thread_dep = dependency('threads') -kiwixlib_dep = dependency('kiwix', version:'>=5.1.0', static:static_linkage) +kiwixlib_dep = dependency('kiwix', version:'>=5.2.0', static:static_linkage) microhttpd_dep = dependency('libmicrohttpd', static:static_linkage) z_dep = dependency('zlib', static:static_linkage)