Merge pull request #243 from kiwix/new_version

New version 5.2.0
This commit is contained in:
Matthieu Gautier 2019-07-30 18:01:31 +02:00 committed by GitHub
commit d55976271f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'])