mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
commit
e4eafd7459
14
Changelog
14
Changelog
@ -1,3 +1,17 @@
|
|||||||
|
kiwix-tools 1.0.0
|
||||||
|
=================
|
||||||
|
|
||||||
|
* [CI] Use the new deps archive xz
|
||||||
|
* Move version 1.0.0. There is no need to stay in pre 1.0 version.
|
||||||
|
|
||||||
|
kiwix-serve
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Correctly implement redirection.
|
||||||
|
kiwix-serve now return a 302 http status code instead of resolving the
|
||||||
|
redirection internally and return the content.
|
||||||
|
|
||||||
|
|
||||||
kiwix-tools 0.9.0
|
kiwix-tools 0.9.0
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('kiwix-tools', 'cpp',
|
project('kiwix-tools', 'cpp',
|
||||||
version : '0.9.0',
|
version : '1.0.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…
x
Reference in New Issue
Block a user