New version 0.5.0

This commit is contained in:
Matthieu Gautier 2018-04-23 19:22:18 +02:00
parent 3ad50ccf17
commit fbddabb10f
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
kiwix-tools 0.5.0
=================
* Build kiwix-tools setting the RPATH
* Compile without warning.
kiwix-server
------------
* Serve metadata information using the "/meta" url.
* Serve an OPDS stream of all zim handled by kiwix-serve
All informations cannot be infer from the zim file itself,
you should use a library.xml to provide needed information (url, ...)
* Update kiwix-serve to use the new API of kiwix-lib
kiwix-tools 0.4.0
=================

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '0.4.0',
version : '0.5.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])