version bump

This commit is contained in:
Jean-Francois Dockes 2022-08-21 07:59:41 +02:00
parent 4ad7c71ff0
commit dab46b67fe
5 changed files with 17 additions and 7 deletions

View File

@ -12,10 +12,10 @@ SERIES="bionic focal jammy kinetic"
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.32.7
RCLVERS=1.32.8
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
PPAVERS=3
PPAVERS=1
#
#Y=/y

View File

@ -1,3 +1,13 @@
recoll (1.32.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Add environment variable RECOLL_RESULTS_GEOMETRY for forcing a fixed geometry to the results
list viewport.
* Fix result list Qt Webengine icon display issue.
* Improve result list paging behaviour. Only fully works with Qt Webkit.
* recollq: add option to extract result document to a file.
-- Jean-Francois Dockes <jf@dockes.org> Sun, 21 Aug 2022 07:59:00 +0200
recoll (1.32.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* kio_recoll: updated to work with newer kf5 versions (it seems that 5.96 broke it at least on

View File

@ -1 +1 @@
1.32.7
1.32.8

View File

@ -125,7 +125,7 @@
#define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.32.7"
#define PACKAGE_STRING "Recoll 1.32.8"
/* 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.32.7"
#define PACKAGE_VERSION "1.32.8"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */

View File

@ -118,7 +118,7 @@
#define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.32.7"
#define PACKAGE_STRING "Recoll 1.32.8"
/* 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.32.7"
#define PACKAGE_VERSION "1.32.8"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */