From 1074e833b7a97303280dfcaea7c58e48411953e4 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 30 Nov 2025 16:30:36 +0100 Subject: [PATCH 1/2] Bump-up version to 14.1.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ef8833da..14acbbdd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '14.1.0', + version : '14.1.1', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true']) From e6335be8977a539ca327ce743615781aa0ad120c Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 30 Nov 2025 16:34:37 +0100 Subject: [PATCH 2/2] 14.1.1 changelog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1babfeb8..cc0643dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +libkiwix 14.1.1 +=============== + +* Server: + - Fix regression for kiwix-serve --nosearchbar (@veloman-yunkan #1250) + - Avoid results content interpretation... crash in fulltext search (@vighnesh-sawant #1241) + - Fix for intermittent /content/blank.html errors (@veloman-yunkan #1249) + libkiwix 14.1.0 ===============