From 1df899ea8720b8de072907a6a07a7f58b2c5a7d9 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 12 Feb 2020 15:23:29 +0100 Subject: [PATCH] New version 3.0.2 --- Changelog | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c560df5..a62b0b3 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,11 @@ kiwix-tools 3.0.2 ================= * New option --version for all tools + * Remove benchmark.sh file. + * [DOCKER] Add ability to download a file at container start. + * [CI] Move to github actions instead of travis. + * [SERVER] Trust the given library by default. + * [SERVER] Add shortcut alias for option `--address` and `--nodatealias` kiwix-tools 3.0.1 ================= diff --git a/meson.build b/meson.build index 0d2fe43..74b836d 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ if static_linkage endif thread_dep = dependency('threads') -kiwixlib_dep = dependency('kiwix', version:'>=6.0.0', static:static_linkage) +kiwixlib_dep = dependency('kiwix', version:'>=9.0.0', static:static_linkage) microhttpd_dep = dependency('libmicrohttpd', static:static_linkage) z_dep = dependency('zlib', static:static_linkage)