mirror of https://github.com/kiwix/libkiwix.git
New version 4.0.1
This commit is contained in:
parent
c1d04cc5b5
commit
ad6b20a530
|
@ -1,3 +1,10 @@
|
||||||
|
kiwix-lib 4.0.1
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Fix "maybe uninitialize variable" issue.
|
||||||
|
* Ensure path are stored correctly (absolute path) in the library.
|
||||||
|
* [CI] Use the new deps archive xz
|
||||||
|
|
||||||
kiwix-lib 4.0.0
|
kiwix-lib 4.0.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '4.0.0',
|
version : '4.0.1',
|
||||||
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