diff --git a/ChangeLog b/ChangeLog index af787bf5c..1501ca4be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 =============== diff --git a/meson.build b/meson.build index 3a11de65d..5c25212ed 100644 --- a/meson.build +++ b/meson.build @@ -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'])