Merge pull request #788 from kiwix/release-3.8.1
Some checks are pending
CI / Windows (push) Waiting to run
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-dyn) (push) Waiting to run
CI / Linux (linux-x86_64, jammy, /x86_64-linux-gnu, linux-x86_64-static) (push) Waiting to run
Packages / build-deb (ubuntu-jammy) (push) Waiting to run
Packages / build-deb (ubuntu-noble) (push) Waiting to run

Release 3.8.1
This commit is contained in:
Kelson 2025-11-30 17:48:26 +01:00 committed by GitHub
commit abcbe0c9df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
kiwix-tools 3.8.1
=================
* Kiwix server
- Hide port number in URL when server is running on port 80 (@vighnesh-sawant #763)
- Better deal with container /data dir permissions (@kelson42 #787)
* Other
- Fix kiwix-manage docopt integration (@kelson42 #783)
kiwix-tools 3.8.0
=================

View file

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '3.8.0',
version : '3.8.1',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])