mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
New version 0.6.0
This commit is contained in:
parent
5c040d3ee6
commit
b251e18af1
12
Changelog
12
Changelog
@ -1,16 +1,22 @@
|
|||||||
kiwix-tools 0.6.0
|
kiwix-tools 0.6.0
|
||||||
=================
|
=================
|
||||||
|
|
||||||
kiwix-serve
|
* remove kiwix-install tool.
|
||||||
------------
|
|
||||||
|
|
||||||
* Improved taskbar #160 #59
|
kiwix-serve
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Improved taskbar #160
|
||||||
|
* Fix global page when using the option `--nosearchbar`
|
||||||
|
* Return 404 for missing resources
|
||||||
|
* Fix compilation for gcc 4.8.
|
||||||
|
|
||||||
kiwix-manage
|
kiwix-manage
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Returns proper exit code (not always 0)
|
* Returns proper exit code (not always 0)
|
||||||
|
|
||||||
|
|
||||||
kiwix-tools 0.5.0
|
kiwix-tools 0.5.0
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('kiwix-tools', 'cpp',
|
project('kiwix-tools', 'cpp',
|
||||||
version : '0.5.0',
|
version : '0.6.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'])
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ if static_linkage
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
thread_dep = dependency('threads')
|
thread_dep = dependency('threads')
|
||||||
kiwixlib_dep = dependency('kiwix', version:'>=2.0.0', static:static_linkage)
|
kiwixlib_dep = dependency('kiwix', version:'>=2.0.1', static:static_linkage)
|
||||||
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
|
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
|
||||||
z_dep = dependency('zlib', static:static_linkage)
|
z_dep = dependency('zlib', static:static_linkage)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user