bumped version
This commit is contained in:
parent
5fa7c73b7c
commit
38fe1a3d12
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
PPA_KEYID=7808CE96D38B9201
|
PPA_KEYID=7808CE96D38B9201
|
||||||
|
|
||||||
RCLVERS=1.27.6
|
RCLVERS=1.27.8
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.0.0
|
GSSPVERS=1.0.0
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
@ -50,7 +50,7 @@ debdir=debian
|
|||||||
# 18.04LTS bionic 2023-04
|
# 18.04LTS bionic 2023-04
|
||||||
# 20.04LTS focal 2025-04
|
# 20.04LTS focal 2025-04
|
||||||
series="xenial bionic focal groovy"
|
series="xenial bionic focal groovy"
|
||||||
series=
|
#series=
|
||||||
|
|
||||||
if test "X$series" != X ; then
|
if test "X$series" != X ; then
|
||||||
check_recoll_orig
|
check_recoll_orig
|
||||||
@ -90,7 +90,7 @@ done
|
|||||||
# 18.04LTS bionic 2023-04
|
# 18.04LTS bionic 2023-04
|
||||||
# 20.04LTS focal 2025-04
|
# 20.04LTS focal 2025-04
|
||||||
series="xenial bionic focal groovy"
|
series="xenial bionic focal groovy"
|
||||||
# series=
|
#series=
|
||||||
|
|
||||||
debdir=debiankio
|
debdir=debiankio
|
||||||
topdir=kio-recoll-${RCLVERS}
|
topdir=kio-recoll-${RCLVERS}
|
||||||
|
|||||||
@ -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
|
recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Process PDF annotations if the poppler-glib Python bindings are available
|
* Process PDF annotations if the poppler-glib Python bindings are available
|
||||||
|
|||||||
@ -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
|
kio-recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Process PDF annotations if the poppler-glib Python bindings are available
|
* Process PDF annotations if the poppler-glib Python bindings are available
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.27.7
|
1.27.8
|
||||||
|
|||||||
@ -121,7 +121,7 @@
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
@ -130,7 +130,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.27.7"
|
#define PACKAGE_VERSION "1.27.8"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user