New version 1.2.0

This commit is contained in:
Matthieu Gautier 2019-04-15 15:56:05 +02:00
parent 7e8d02990e
commit 43e1740d52
2 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,14 @@
kiwix-tools 1.2.0 kiwix-tools 1.2.0
================= =================
* Remove rpath for installed binaries.
kiwix-serve kiwix-serve
----------- -----------
* New Dockerfile of kiwix-serve * New Dockerfile of kiwix-serve
* New --nodatealiases option * New --nodatealiases option
* Do not use POLL on windows
kiwix-manage kiwix-manage
------------ ------------
@ -39,11 +42,11 @@ kiwix-serve
kiwix-tools 0.9.0 kiwix-tools 0.9.0
================= =================
* Update README * Update README
* Update man pages * Update man pages
* Remove support of external indexes (manage, search, serve) * Remove support of external indexes (manage, search, serve)
* Update build system as we don't use ctpp2 anymore * Update build system as we don't use ctpp2 anymore
* Update to last kiwix-lib API. * Update to last kiwix-lib API.
kiwix-manage kiwix-manage
------------ ------------

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp', project('kiwix-tools', 'cpp',
version : '1.1.0', version : '1.2.0',
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'])