From 6dfdcea5ce2e1ca5e58517f7c59e8ba4cd7b85f4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 19 Jan 2022 13:19:36 +0100 Subject: [PATCH] New version 3.2.0 --- Changelog | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 75a3f24..d2ef9ec 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,26 @@ +kiwix-tools 3.2.0 +================= + + * Print the version of all dependencies (@kelson42 #516) + * Better Docker images (@kelson42 @rgaudin) + * Update Readme (@kelson42) + * Build debian packages on CI (@legoktm #394) + * Add man pages for kiwix-read and kiwix-search (@legoktm #392) + * Various fixes (@legoktm @hashworks @mgautierfr) + + +kiwix-serve +----------- + + * Print the url on which a user can connect to on startup (@nikhil #499 #522) + * Reload library on SIGHUP signal (@veloman-yunkan #497) + * Add a option `--monitorLibrary` to monitor and automically reload the library + (@veloman-yunkan #503) + * Correct handling of SIGTERM and SIGINT (@veloman-yunkan #488) + * Add `--customIndexTemplate` option (@manan #477) + * Add `--help` option (@kelson42 #511) + + kiwix-tools 3.1.2 ================= diff --git a/meson.build b/meson.build index 205e341..ccea51e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '3.1.2', + version : '3.2.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++11'])