New version 5.2.0

This commit is contained in:
Matthieu Gautier 2019-07-30 17:40:46 +02:00
parent 77770e1bd4
commit 5eeccbae21
2 changed files with 11 additions and 1 deletions

View File

@ -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
===============

View File

@ -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'])