Merge pull request #215 from kiwix/new_version

New version 5.0.0
This commit is contained in:
Matthieu Gautier 2019-04-15 17:14:27 +02:00 committed by GitHub
commit 9321c589c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'])