From a833fde211c2ca0e1e38a83fc70d3383c1b86747 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 2 Mar 2026 07:58:28 +0100 Subject: [PATCH 1/2] Bump-up version to 14.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 14acbbdd..33358565 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '14.1.1', + version : '14.2.0', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true']) From d2d9cdf0445eb281a4688e60325585672b122d7d Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 2 Mar 2026 08:17:20 +0100 Subject: [PATCH 2/2] Add 14.2.0 Changelog --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc0643dc..4c018873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ +libkiwix 14.2.0 +=============== + + * Server: + - Add 10.211 IPv4 range to known local ranges (@kelson42 #1273) + - Fix regression to properly deal with IPv4-only systems (@veloman-yunkan #1272) + - Improve mgmt of empty search input (@pippotadde #1255 #1258 #1259) + - Remove pagination for OPDS/Atom feed URL (@kelson42 #1274) + - Updated documentation of lang and category filters in catalog query API endpoints (@veloman-yunkan #804) + + * Other + - Optimized (speed) removeAccents() for ASCII-only input (@veloman-yunkan #1276) + - Fix a few stability, correctness, and memory problems (@shbhmexe #1261) + - Introduce Manager::addBooksFromDirectory (@juuz0 #1220) + + * Compilation + - Move MS Windows CI to 2025 runner (@kelson42 #1269) + - Fix readthedocs update process (@kelson42 #1247) + libkiwix 14.1.1 =============== -* Server: + * 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)