mirror of https://github.com/kiwix/libkiwix.git
commit
d55976271f
10
ChangeLog
10
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
|
kiwix-lib 5.1.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '5.1.0',
|
version : '5.2.0',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue