From 1d96034869dbb3fe69eb5f6dfdbb824ece713d76 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 13 Nov 2021 16:36:46 +0100 Subject: [PATCH] bumped version --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 14 ++++++++++++++ packaging/debian/debiankio/changelog | 6 ++++++ packaging/rpm/recoll.spec | 2 +- src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-mac.h | 4 ++-- src/common/autoconfig-win.h | 4 ++-- tests/anchor/anchor.sh | 2 +- 8 files changed, 28 insertions(+), 8 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 47893e11..86a50526 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -13,7 +13,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.31.2 +RCLVERS=1.31.3 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=2 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index c862f376..80ae9675 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,17 @@ +recoll (1.31.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Highligthing for group (phrase/near): eliminate some spurious matches. + * Fix page number string detection which could sometimes prevent correct + highlighting in snippets. + * Avoid query completer consuming excessive resources on unstripped + indexes. + * Fix some cases where different instances of the indexer could use + different pid/lock files. + * Fix processing on some unicode dash and apos character variations. + * PST: fix indexing in marginal cases. Extract message dates. + + -- Jean-Francois Dockes Sat, 13 Nov 2021 16:30:00 +0200 + recoll (1.31.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Add support for .ipynb iPython/Jupyter notebook format. diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index e5714d71..287c8ab9 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.31.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Follow recoll version + + -- Jean-Francois Dockes Sat, 13 Nov 2021 16:30:00 +0200 + kio-recoll (1.31.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow recoll version diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index a74c3a76..578fb6a0 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.2 +Version: 1.31.3 Release: 2%{?dist} Group: Applications/Databases License: GPLv2+ diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 3492b09b..d7f92f58 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.31.2 +1.31.3 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index eaa0b04d..07b02fa0 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.31.2" +#define PACKAGE_STRING "Recoll 1.31.3" /* 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.31.2" +#define PACKAGE_VERSION "1.31.3" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index f9b40e22..8be389f0 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.31.2" +#define PACKAGE_STRING "Recoll 1.31.3" /* 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.31.2" +#define PACKAGE_VERSION "1.31.3" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/tests/anchor/anchor.sh b/tests/anchor/anchor.sh index e6df44cf..3c6b5acf 100755 --- a/tests/anchor/anchor.sh +++ b/tests/anchor/anchor.sh @@ -29,7 +29,7 @@ for q in \ 'title:"anchortitleend$"o1' \ ; do echo $q - recollq -q $q + recollq -S url -q $q done ) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout