From dab46b67feee68933a90a597f678a4fc473e3330 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 21 Aug 2022 07:59:41 +0200 Subject: [PATCH] version bump --- packaging/debian/buildppa.sh | 4 ++-- packaging/debian/debian/changelog | 10 ++++++++++ src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-mac.h | 4 ++-- src/common/autoconfig-win.h | 4 ++-- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index d1fe20a6..92ac7f75 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -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 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index ba837873..07287cd0 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 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 diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 54e26a52..b9488ec7 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.32.7 +1.32.8 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index 2031d968..95d3e346 100644 --- a/src/common/autoconfig-mac.h +++ b/src/common/autoconfig-mac.h @@ -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 */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 502dd524..b3fb34d2 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -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 */