From 8bd37d688c75b139c9d2f34defa052ab6d1abe7b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 13 Mar 2021 11:07:11 +0100 Subject: [PATCH] version bump --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 11 +++++++++++ packaging/debian/debiankio/changelog | 11 +++++++++++ packaging/rpm/recoll.spec | 2 +- src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 6 files changed, 27 insertions(+), 5 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index e9be3c80..fffc1d3c 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -13,7 +13,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.29.1 +RCLVERS=1.29.2 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.0 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 8c770665..cbe33da9 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,14 @@ +recoll (1.29.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * GUI: fix bad background in result table dark mode. + * ms openxml: process a variety of derived/aux formats as the base ones + (.pptm etc.) + * Python module: add method to retrieve the full snippets list. + * Allow setting a per-handler-type indexing timeout. + * Small bug fixes. + + -- Jean-Francois Dockes Sat, 13 Mar 2021 11:00:00 +0100 + recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Shortcuts editor diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 8ed69c06..070ea6cc 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,14 @@ +kio-recoll (1.29.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * GUI: fix bad background in result table dark mode. + * ms openxml: process a variety of derived/aux formats as the base ones + (.pptm etc.) + * Python module: add method to retrieve the full snippets list. + * Allow setting a per-handler-type indexing timeout. + * Small bug fixes. + + -- Jean-Francois Dockes Sat, 13 Mar 2021 11:00:00 +0100 + kio-recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Shortcuts editor diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index e724ccac..a74c3a76 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -3,7 +3,7 @@ Summary: Desktop full text search tool with Qt GUI Name: recoll -Version: 1.29.1 +Version: 1.29.2 Release: 2%{?dist} Group: Applications/Databases License: GPLv2+ diff --git a/src/VERSION b/src/VERSION index 83cf0d95..41211425 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.29.1 +1.29.2 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 38c05bb8..3263f501 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -121,7 +121,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.29.0pre1" +#define PACKAGE_STRING "Recoll 1.29.2" /* 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.29.0pre1" +#define PACKAGE_VERSION "1.29.2" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */