bumped version
This commit is contained in:
parent
5fcffb7654
commit
1072f88f11
@ -13,7 +13,7 @@
|
||||
|
||||
PPA_KEYID=7808CE96D38B9201
|
||||
|
||||
RCLVERS=1.31.4
|
||||
RCLVERS=1.31.5
|
||||
SCOPEVERS=1.20.2.4
|
||||
GSSPVERS=1.1.1
|
||||
PPAVERS=1
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
recoll (1.31.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Fix ennoying bug in tesseract OCR temporary files cleanup.
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Sat, 04 Dec 2021 10:05:00 +0100
|
||||
|
||||
recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Linux/Mac: Bug in threads management could result in index corruption or crash
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
kio-recoll (1.31.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow recoll version
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Sat, 04 Dec 2021 10:05:00 +0100
|
||||
|
||||
kio-recoll (1.31.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow recoll version
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1.31.4
|
||||
1.31.5
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
#define PACKAGE_NAME "Recoll"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Recoll 1.31.4"
|
||||
#define PACKAGE_STRING "Recoll 1.31.5"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "recoll"
|
||||
@ -134,7 +134,7 @@
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.31.4"
|
||||
#define PACKAGE_VERSION "1.31.5"
|
||||
|
||||
/* putenv parameter is const */
|
||||
/* #undef PUTENV_ARG_CONST */
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
#define PACKAGE_NAME "Recoll"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Recoll 1.31.4"
|
||||
#define PACKAGE_STRING "Recoll 1.31.5"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "recoll"
|
||||
@ -127,7 +127,7 @@
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.31.4"
|
||||
#define PACKAGE_VERSION "1.31.5"
|
||||
|
||||
/* putenv parameter is const */
|
||||
/* #undef PUTENV_ARG_CONST */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user