From fbddabb10faf9ad71cb6571cb87aa8848c1adc5d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 23 Apr 2018 19:22:18 +0200 Subject: [PATCH] New version 0.5.0 --- Changelog | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c2252b0..1ed7347 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,19 @@ +kiwix-tools 0.5.0 +================= + + * Build kiwix-tools setting the RPATH + * Compile without warning. + + +kiwix-server +------------ + + * Serve metadata information using the "/meta" url. + * Serve an OPDS stream of all zim handled by kiwix-serve + All informations cannot be infer from the zim file itself, + you should use a library.xml to provide needed information (url, ...) + * Update kiwix-serve to use the new API of kiwix-lib + kiwix-tools 0.4.0 ================= diff --git a/meson.build b/meson.build index ffb49e9..68d0543 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '0.4.0', + version : '0.5.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])