Merge pull request #260 from kiwix/new_version

New version 1.0.0
This commit is contained in:
Matthieu Gautier 2019-02-22 11:19:03 +01:00 committed by GitHub
commit e4eafd7459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '0.9.0',
version : '1.0.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])