mirror of https://github.com/kiwix/libkiwix.git
New version 10.1.1
This commit is contained in:
parent
61ccbc65fb
commit
6dcf4ee034
|
@ -1,3 +1,11 @@
|
||||||
|
libkiwix 10.1.1
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Correctly detect the number of article for older zims (<=6) (@mgautier #743)
|
||||||
|
* [server] Fix fulltext search (@mgautierfr #724)
|
||||||
|
* [server][internal] New way to build Error message (@veloman-yunkan #732 #738 #744)
|
||||||
|
* Fix CI (@mgautierfr #736)
|
||||||
|
|
||||||
libkiwix 10.1.0
|
libkiwix 10.1.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ task writePom {
|
||||||
project {
|
project {
|
||||||
groupId 'org.kiwix.kiwixlib'
|
groupId 'org.kiwix.kiwixlib'
|
||||||
artifactId 'kiwixlib'
|
artifactId 'kiwixlib'
|
||||||
version '10.1.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
|
version '10.1.1' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
|
||||||
packaging 'aar'
|
packaging 'aar'
|
||||||
name 'kiwixlib'
|
name 'kiwixlib'
|
||||||
url 'https://github.com/kiwix/libkiwix'
|
url 'https://github.com/kiwix/libkiwix'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('libkiwix', 'cpp',
|
project('libkiwix', 'cpp',
|
||||||
version : '10.1.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
|
version : '10.1.1', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
|
||||||
license : 'GPLv3+',
|
license : 'GPLv3+',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue