From 38fe1a3d129c4c485fc1d6aacf6f4bff88045ddd Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 3 Oct 2020 15:26:03 +0200 Subject: [PATCH] bumped version --- packaging/debian/buildppa.sh | 6 +++--- packaging/debian/debian/changelog | 15 +++++++++++++++ packaging/debian/debiankio/changelog | 15 +++++++++++++++ src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 5 files changed, 36 insertions(+), 6 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index d4b9f820..eafae324 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.27.6 +RCLVERS=1.27.8 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 @@ -50,7 +50,7 @@ debdir=debian # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 series="xenial bionic focal groovy" -series= +#series= if test "X$series" != X ; then check_recoll_orig @@ -90,7 +90,7 @@ done # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 series="xenial bionic focal groovy" -# series= +#series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 6f3dfb02..eb963efc 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,18 @@ +recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * A bug in utf8 truncation could lead to indexing failure by trying to + add an excessively long file name term. + + -- Jean-Francois Dockes Sat, 03 Oct 2020 15:23:00 +0200 + +recoll (1.27.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Improve result table display speed for big result sets. + * "underscoreasletter" configuration parameter. + * Menu entry to switch to dark display from . + + -- Jean-Francois Dockes Fri, 02 Oct 2020 14:25:00 +0200 + recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Process PDF annotations if the poppler-glib Python bindings are available diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 67d94bac..b1c6323e 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,18 @@ +kio-recoll (1.27.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * A bug in utf8 truncation could lead to indexing failure by trying to + add an excessively long file name term. + + -- Jean-Francois Dockes Sat, 03 Oct 2020 15:23:00 +0200 + +kio-recoll (1.27.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Improve result table display speed for big result sets. + * "underscoreasletter" configuration parameter. + * Menu entry to switch to dark display from . + + -- Jean-Francois Dockes Fri, 02 Oct 2020 14:25:00 +0200 + kio-recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Process PDF annotations if the poppler-glib Python bindings are available diff --git a/src/VERSION b/src/VERSION index 127aeda7..31a07806 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.7 +1.27.8 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 056771ff..3875a003 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.7" +#define PACKAGE_STRING "Recoll 1.27.8" /* 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.7" +#define PACKAGE_VERSION "1.27.8" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */