mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-28 03:30:03 +00:00
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
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:
commit
abcbe0c9df
2 changed files with 11 additions and 1 deletions
10
Changelog
10
Changelog
|
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue