bumped version

This commit is contained in:
Jean-Francois Dockes 2021-01-15 15:01:57 +01:00
parent aa2f0bfd73
commit f935a9a2b3
5 changed files with 18 additions and 4 deletions

View File

@ -12,7 +12,7 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.28.3
RCLVERS=1.28.4
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.0
PPAVERS=1

View File

@ -1,3 +1,10 @@
recoll (1.28.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix error in 1.28.3 which broke indexing RTF files with a .doc extension.
* Allow phrase and proximity searches with multiword synonyms.
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Jan 2021 15:00:00 +0100
recoll (1.28.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix an issue in Python extension: Doc attribute setting not working.

View File

@ -1,3 +1,10 @@
kio-recoll (1.28.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix error in 1.28.3 which broke indexing RTF files with a .doc extension.
* Allow phrase and proximity searches with multiword synonyms.
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Jan 2021 15:00:00 +0100
kio-recoll (1.28.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix build error caused by wasaStringToRcl interface change.

View File

@ -1 +1 @@
1.28.3
1.28.4

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.28.3"
#define PACKAGE_STRING "Recoll 1.28.4"
/* 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.28.3"
#define PACKAGE_VERSION "1.28.4"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */