New version 5.0.0

This commit is contained in:
Matthieu Gautier 2019-04-15 17:07:07 +02:00
parent ec4525fd47
commit ee330398b2
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
kiwix-lib 5.0.0
===============
* Remove error message when trying to open an wrong zim file.
* Rewrite `makeTmpDirectory` to not use uuid functions on windows.
* [API break] Remove `getNetworkInterfaces` and `getBestPublicIp`.
* Remove rpath
* Detect infinite (and too long) redirect loops.
kiwix-lib 4.1.0
===============

View File

@ -1,5 +1,5 @@
project('kiwix-lib', 'cpp',
version : '4.1.0',
version : '5.0.0',
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])