From 092f13eb71b1d96c35528b4dfd3ca41c7f9b58c9 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 6 May 2022 14:47:01 +0200 Subject: [PATCH] New version 3.1.1 --- ChangeLog | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a79f6dcf..7329963a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +zim-tools 3.1.1 +=============== + + * zimdump: Correctly print the main page (@mgautierfr #293) + * zimcheck: Correctly print spend time to avoid performance test to fail on slow + hardware (@veloman-yunkan #288) + * zimwriterfs: Fix usage message indentation (@kelson42 #291) + * Cross compilation: Correctly detect host machine (@kelson42 #290) + * CI: Fix libzim-dev deps (@legoktm #284) + * CI: Remove Ubuntu Hirsute (@legoktm #286) + zim-tools 3.1.0 =============== diff --git a/meson.build b/meson.build index 6828ea13..06e0cece 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zim-tools', ['c', 'cpp'], - version : '3.1.0', + version : '3.1.1', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])