bumped version

This commit is contained in:
Jean-Francois Dockes 2021-11-13 16:36:46 +01:00
parent 65ff46990e
commit 1d96034869
8 changed files with 28 additions and 8 deletions

View File

@ -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

View File

@ -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 <jf@dockes.org> 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.

View File

@ -1,3 +1,9 @@
kio-recoll (1.31.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow recoll version
-- Jean-Francois Dockes <jf@dockes.org> Sat, 13 Nov 2021 16:30:00 +0200
kio-recoll (1.31.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow recoll version

View File

@ -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+

View File

@ -1 +1 @@
1.31.2
1.31.3

View File

@ -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 */

View File

@ -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 */

View File

@ -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