Skip to content

Commit 830a9e5

Browse files
authored
Merge pull request #773 from kiwix/release-3.8.0
Release 3.8.0
2 parents 7691827 + b22c10f commit 830a9e5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
kiwix-tools 3.8.0
2+
=================
3+
4+
* Kiwix server
5+
- Improve message when server is running on standard port (@vighnesh-sawant #763)
6+
- Update container base image to latest Alpline version (@yashgoyal0110 #771)
7+
- Container image to use unprivileged user (@Sedetisu #755)
8+
- Empty urlRootLocation doesn't disable book preview links anymore (@veloman-yunkan #1224)
9+
- Add support of IPv6 (@sgourdas #673 #704)
10+
- Popups are allowed to escape the browser sandbox (@veloman-yunkan #1208)
11+
12+
* Other
13+
- Stop publishing on Ubuntu 20.04 PPA (@kelson42 #748)
14+
- Use Docopt for command line argument parsing (@mgautierfr #695)
15+
16+
* Compilation & Packaging
17+
- Based on libkiwix 14.1.0 (@kelson42 #773)
18+
- Improve CI/CD (@kelson42 #681 #698 #702 #705 #720 #722, @mgautierfr #695)
19+
120
kiwix-tools 3.7.0
221
=================
322

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif
2121

2222
thread_dep = dependency('threads')
2323
libzim_dep = dependency('libzim', version:['>=9.0.0', '<10.0.0'], static:static_linkage)
24-
libkiwix_dep = dependency('libkiwix', version:['>=14.0.0', '<15.0.0'], static:static_linkage)
24+
libkiwix_dep = dependency('libkiwix', version:['>=14.1.0', '<15.0.0'], static:static_linkage)
2525
libdocopt_dep = dependency('docopt', static:static_linkage)
2626

2727
all_deps = [thread_dep, libkiwix_dep, libzim_dep, libdocopt_dep]

0 commit comments

Comments
 (0)