3
0
Fork 0

New version 0.9.0

fix-bug-pid
Matthieu Gautier 7 years ago
parent c7e9d44b38
commit 174b236312

@ -1,3 +1,18 @@
kiwix-tools 0.9.0
=================
* Update README
* Update man pages
* Remove support of external indexes (manage, search, serve)
* Update build system as we don't use ctpp2 anymore
* Update to last kiwix-lib API.
kiwix-manage
------------
* Update usage.
kiwix-tools 0.8.0
=================

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '0.8.0',
version : '0.9.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
@ -11,7 +11,7 @@ if static_linkage
endif
thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=3.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=4.0.0', static:static_linkage)
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
z_dep = dependency('zlib', static:static_linkage)

Loading…
Cancel
Save