Merge pull request #127 from kiwix/new_version

New version 1.1.0.
This commit is contained in:
Matthieu Gautier 2018-03-27 12:01:40 +02:00 committed by GitHub
commit 8ae388562e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
kiwix-lib 1.1.0
===============
* Allow for more than 70 search result per page in html results rendering
(kiwix/kiwix-tools#92)
* Add a small api to do geo queries.
* Add multi-search support in the JNI (#67)
* Add an API to get only one part of an article.
* Add an API to get direct location of an article content in the zim file.
* Improve urlencoding
* Fix pagination in html results rendering.
* Compile using gcc-5 on Travis.
* Allow JNI to access search snippets.
* JNI throw an exception instead of returning an invalid object if something
goes wrong.
* Add doctext documentation. (#116)
* Various bug fixes.
kiwix-lib 1.0.0
===============

View File

@ -1,5 +1,5 @@
project('kiwixlib', 'cpp',
version : '1.0.1',
version : '1.1.0',
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11'])