Merge pull request #1279 from kiwix/release-14.2.0

Release 14.2.0
This commit is contained in:
Kelson
2026-03-02 08:18:56 +01:00
committed by GitHub
2 changed files with 21 additions and 2 deletions

View File

@@ -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)

View File

@@ -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'])