File tree 3 files changed +19
-2
lines changed
android-kiwix-lib-publisher/kiwixLibAndroid
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
libkiwix 10.0.1
2
19
===============
3
20
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ task writePom {
26
26
project {
27
27
groupId ' org.kiwix.kiwixlib'
28
28
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 )
30
30
packaging ' aar'
31
31
name ' kiwixlib'
32
32
url ' https://github.com/kiwix/libkiwix'
Original file line number Diff line number Diff line change 1
1
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
3
3
license : ' GPLv3+' ,
4
4
default_options : [' c_std=c11' , ' cpp_std=c++11' , ' werror=true' ])
5
5
You can’t perform that action at this time.
0 commit comments