version bump

This commit is contained in:
Jean-Francois Dockes 2020-10-04 20:01:56 +02:00
parent f9ffb6ec60
commit 1ac589b890
5 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,7 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.27.8
RCLVERS=1.27.9
SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0
PPAVERS=1

View File

@ -1,3 +1,9 @@
recoll (1.27.9-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix bug in result table display.
-- Jean-Francois Dockes <jf@dockes.org> Sun, 04 Oct 2020 20:00:00 +0200
recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* A bug in utf8 truncation could lead to indexing failure by trying to

View File

@ -1,3 +1,9 @@
kio-recoll (1.27.9-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix bug in result table display.
-- Jean-Francois Dockes <jf@dockes.org> Sun, 04 Oct 2020 20:00:00 +0200
kio-recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* A bug in utf8 truncation could lead to indexing failure by trying to

View File

@ -1 +1 @@
1.27.8
1.27.9

View File

@ -121,7 +121,7 @@
#define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.27.8"
#define PACKAGE_STRING "Recoll 1.27.9"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll"
@ -130,7 +130,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.27.8"
#define PACKAGE_VERSION "1.27.9"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */