3
0
Fork 0

New version 1.2.0

fix-bug-pid
Matthieu Gautier 7 years ago
parent 7e8d02990e
commit 43e1740d52

@ -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
------------ ------------

@ -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'])

Loading…
Cancel
Save