diff --git a/Changelog b/Changelog index 5986d02..c2252b0 100644 --- a/Changelog +++ b/Changelog @@ -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 ================= diff --git a/meson.build b/meson.build index bc697e2..af6eb97 100644 --- a/meson.build +++ b/meson.build @@ -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'])