mirror of https://github.com/kiwix/libkiwix.git
commit
b3abb3a35b
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
kiwix-lib 6.0.0
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Move the server code in kiwix-lib (from kiwix-serve).
|
||||||
|
* Add unit test on regex functions.
|
||||||
|
* Fix computerAbsolutePath (thread safe, memory leak).
|
||||||
|
* Correctly set the book's path as valid if we construct the book from a
|
||||||
|
reader.
|
||||||
|
* [JNI] Add a method to know if a article is a redirection.
|
||||||
|
* Do not embed the gtest dependency.
|
||||||
|
* [JNI] Add a constructor to JNIKiwixString.
|
||||||
|
* Change order of search of the favicon urls.
|
||||||
|
* Clean a lot of unecessary includes in headers. (potential "API break")
|
||||||
|
|
||||||
kiwix-lib 5.2.0
|
kiwix-lib 5.2.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '5.2.0',
|
version : '6.0.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