bumped version

This commit is contained in:
Jean-Francois Dockes 2020-10-03 15:26:03 +02:00
parent 5fa7c73b7c
commit 38fe1a3d12
5 changed files with 36 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
1.27.7
1.27.8

View File

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