Skip to content

Commit

Permalink
New version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jan 19, 2022
1 parent 0ef8594 commit 6dfdcea
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
kiwix-tools 3.2.0
=================

* Print the version of all dependencies (@kelson42 #516)
* Better Docker images (@kelson42 @rgaudin)
* Update Readme (@kelson42)
* Build debian packages on CI (@legoktm #394)
* Add man pages for kiwix-read and kiwix-search (@legoktm #392)
* Various fixes (@legoktm @hashworks @mgautierfr)


kiwix-serve
-----------

* Print the url on which a user can connect to on startup (@nikhil #499 #522)
* Reload library on SIGHUP signal (@veloman-yunkan #497)
* Add a option `--monitorLibrary` to monitor and automically reload the library
(@veloman-yunkan #503)
* Correct handling of SIGTERM and SIGINT (@veloman-yunkan #488)
* Add `--customIndexTemplate` option (@manan #477)
* Add `--help` option (@kelson42 #511)


kiwix-tools 3.1.2
=================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '3.1.2',
version : '3.2.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11'])

Expand Down

0 comments on commit 6dfdcea

Please sign in to comment.