Skip to content

Commit ce24b1f

Browse files
authored
Merge pull request #699 from kiwix/br_10.0.1
2 parents d0d253b + 9193719 commit ce24b1f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

ChangeLog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
libkiwix 10.0.1
2+
===============
3+
4+
* [server] The catalog search interpret `count=0` as no limit.
5+
This was the case for a long time. This was changed unintentionally
6+
(@veloman-yunkan #686)
7+
* [server] Correctly generere a human friendly title in the server frontend.
8+
(@juuz0 #687, @kelson42 #689)
9+
* [server] Fix download button if there is no url do download from.
10+
(@juuz0 #691)
11+
* Add non-minified isotope.pkdg.js
12+
Needed for debian packaging as we need the source and minified version is
13+
not the source (@legoktm #693)
14+
* [server] Add a tooltip with the full language for the lang tag.
15+
* CI fixes (@kelson42 @legoktm)
16+
117
libkiwix 10.0.0
218
===============
319

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.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
29+
version '10.0.1' + (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.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
2+
version : '10.0.1', # 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)