mirror of https://github.com/kiwix/libkiwix.git
New version 2.0.2
This commit is contained in:
parent
db6717e199
commit
790fa99143
|
@ -1,3 +1,11 @@
|
||||||
|
kiwix-lib 2.0.2
|
||||||
|
===============
|
||||||
|
|
||||||
|
* [Android] Forward c++ errors message de Java world.
|
||||||
|
* Follow redirection of favicon.
|
||||||
|
* Make aria2 dependency optional.
|
||||||
|
* Inculde unistd.h only on unix platform.
|
||||||
|
|
||||||
kiwix-lib 2.0.1
|
kiwix-lib 2.0.1
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '2.0.1',
|
version : '2.0.2',
|
||||||
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