From 5eeccbae21c0c73316c5f38720002f593455b4a2 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 30 Jul 2019 17:40:46 +0200 Subject: [PATCH] New version 5.2.0 --- ChangeLog | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e168c870..5add39896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +kiwix-lib 5.2.0 +=============== + + * kiwix-serve integration (as a seperated process). + * Fix crash in the suggestion search. + * Better API to filter the library books. + * New kiwix-lib application for android. (.aar) + * Use ReLinker to link with libkiwix.so in android. + * Correctly set the verbosity of zim search. + kiwix-lib 5.1.0 =============== diff --git a/meson.build b/meson.build index 0e8841ae8..5cdbb1fad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '5.1.0', + version : '5.2.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])