Merge pull request #1252 from kiwix/release-14.1.1

Release 14.1.1
This commit is contained in:
Kelson
2025-11-30 16:37:21 +01:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -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 libkiwix 14.1.0
=============== ===============

View File

@@ -1,5 +1,5 @@
project('libkiwix', 'cpp', project('libkiwix', 'cpp',
version : '14.1.0', version : '14.1.1',
license : 'GPLv3+', license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true']) default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])