Skip to content

Commit 941c3b5

Browse files
authored
Merge pull request #734 from kiwix/br_10.1.0
2 parents 116ecd1 + b9e40de commit 941c3b5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libkiwix 10.1.0
2+
===============
3+
4+
This release is an important one as it fixes a Xss vulnerability introduced
5+
in libkiwix 10.0.0
6+
7+
* [SECURITY] Fix a Xss attack vulnerability (introduced in 10.0.0) (@juuz0 #721)
8+
* [server] Add a option to set a limit on the number of connexion per IP (@kelson42 #700)
9+
* [server] Do not display a lang tag in the UI if the book has no language (@juuz0 #706)
10+
* [server] Add the book title associated to a search results (@thavelick #705, @mgautierfr #718)
11+
* Add `dc:issued` to opds output stream (@veloman-yunkan #715)
12+
* Add handling of several languages not provided by ICU (@juuz0 #701)
13+
* [server] Add a caching system for search and suggestion (@maneeshpm #620)
14+
* Fix cross-compilation (@kelson42 #703)
15+
* Add unit-testing of suggestions and error pages (@veloman-yunkan #709 #710 #727)
16+
* Better testing system of html response (@veloman-yunkan #725)
17+
118
libkiwix 10.0.1
219
===============
320

android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task writePom {
2626
project {
2727
groupId 'org.kiwix.kiwixlib'
2828
artifactId 'kiwixlib'
29-
version '10.0.1' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
29+
version '10.1.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
3030
packaging 'aar'
3131
name 'kiwixlib'
3232
url 'https://github.com/kiwix/libkiwix'

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libkiwix', 'cpp',
2-
version : '10.0.1', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
2+
version : '10.1.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
55

0 commit comments

Comments
 (0)