diff --git a/ChangeLog b/ChangeLog index 7329963a..bcca60dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +zim-tools 3.1.2 +=============== + + * zimdump: Create correct redirection when dumping zim with old namespace + scheme (@mgautierfr #306) + * zimcheck: Correctly handle protocol-relative absolute url as absolute url (@veloman-yunkan #307) + * zimcheck: Fix `J` flag at arguments parsing (@JameelKaisar #320) + * zimcheck: Limit the size of the task queue, which reduce the memory needed (@veloman-yunkan #309) + * zimcheck: Better and faster redirect loop check (@veloman-yunkan #312) + * zimdump: Improve indentation output of `zimdump list` (@kelson42 #301) + * zimwriterfs: Improve an error message (@kelson42 #302) + * CI: Fix CI compilation (@mgautierfr #313) + + zim-tools 3.1.1 =============== diff --git a/meson.build b/meson.build index 06e0cece..014a2b9b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zim-tools', ['c', 'cpp'], - version : '3.1.1', + version : '3.1.2', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])