Merge pull request #171 from kiwix/new_version

New version 0.4.0
This commit is contained in:
Matthieu Gautier 2018-03-27 12:03:21 +02:00 committed by GitHub
commit c6ace1eafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
kiwix-tools 0.4.0
=================
* Use gcc-5 on travis.
kiwix-serve
-----------
* Accept zim file with `&` in the name
* Do not cache (on client side) global search (as it can depends on the zim
files handled)
* Fix HTTP byte range handling. (#91)
* Fix opening of relative path (#70)
* Add a small (and hidden) API to do geo search.
* Better request parsing. (#91)
* Better handling of invalid request (#116)
* Various bug fixes (#146, #150, #153, #165, #168, #165)
kiwix-search
------------
* Add an option `--suggestion` to do suggestion search with
kiwix-search.(#132)
kiwix-tools 0.3.0
=================

View File

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