mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
New version 5.0.0
This commit is contained in:
@ -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
|
kiwix-lib 4.1.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '4.1.0',
|
version : '5.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'])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user