From 1ac589b890c262bed45fc23a23bd7dbfabeb14f9 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 4 Oct 2020 20:01:56 +0200 Subject: [PATCH] version bump --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 6 ++++++ packaging/debian/debiankio/changelog | 6 ++++++ src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index eafae324..699f6927 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.27.8 +RCLVERS=1.27.9 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index eb963efc..461bde6c 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.27.9-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix bug in result table display. + + -- Jean-Francois Dockes Sun, 04 Oct 2020 20:00:00 +0200 + recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * A bug in utf8 truncation could lead to indexing failure by trying to diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index b1c6323e..a2d09220 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.27.9-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix bug in result table display. + + -- Jean-Francois Dockes Sun, 04 Oct 2020 20:00:00 +0200 + kio-recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * A bug in utf8 truncation could lead to indexing failure by trying to diff --git a/src/VERSION b/src/VERSION index 31a07806..2151d61d 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.8 +1.27.9 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 3875a003..40a5339f 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.27.8" +#define PACKAGE_STRING "Recoll 1.27.9" /* 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.27.8" +#define PACKAGE_VERSION "1.27.9" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */