mirror of https://github.com/kiwix/libkiwix.git
commit
dd5dd14ec9
|
@ -1,3 +1,11 @@
|
||||||
|
kiwix-lib 3.1.1
|
||||||
|
===============
|
||||||
|
|
||||||
|
* The OPDS feed book's date must be the date of the book, not the date of the
|
||||||
|
feed generation.
|
||||||
|
* Convert the standard opds date to our format (YYYY-MM-DD)
|
||||||
|
* Remove duplicate language attribute in the libxml dumper.
|
||||||
|
|
||||||
kiwix-lib 3.1.0
|
kiwix-lib 3.1.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '3.1.0',
|
version : '3.1.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