3
0
Fork 0

New version 1.0.0

fix-bug-pid
Matthieu Gautier 7 years ago
parent 7fa0579ea1
commit 16a29127a1

@ -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…
Cancel
Save