bumped version
This commit is contained in:
parent
65ff46990e
commit
1d96034869
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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+
|
||||
|
||||
@ -1 +1 @@
|
||||
1.31.2
|
||||
1.31.3
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user