bumped version

This commit is contained in:
Jean-Francois Dockes 2021-01-16 19:21:49 +01:00
parent 987c9f0950
commit f9f524fed1
4 changed files with 8 additions and 7 deletions

View File

@ -12,7 +12,7 @@
PPA_KEYID=7808CE96D38B9201 PPA_KEYID=7808CE96D38B9201
RCLVERS=1.28.4 RCLVERS=1.28.5
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
GSSPVERS=1.1.0 GSSPVERS=1.1.0
PPAVERS=1 PPAVERS=1
@ -51,7 +51,7 @@ check_recoll_orig()
####### QT ####### QT
debdir=debian debdir=debian
series="xenial bionic focal groovy" series="xenial bionic focal groovy"
#series= series=xenial
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig

View File

@ -1,9 +1,10 @@
recoll (1.28.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.28.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix error in 1.28.3 which broke indexing RTF files with a .doc extension. * Fix error in 1.28.3 which broke indexing RTF files with a .doc extension.
* Allow phrase and proximity searches with multiword synonyms. * Allow phrase and proximity searches with multiword synonyms.
* an 1.28.4 with a trivial crash briefly existed
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Jan 2021 15:00:00 +0100 -- Jean-Francois Dockes <jf@dockes.org> Sat, 16 Jan 2021 15:00:00 +0100
recoll (1.28.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.28.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low

View File

@ -1 +1 @@
1.28.4 1.28.5

View File

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