version bump
This commit is contained in:
parent
27893329f9
commit
8bd37d688c
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
PPA_KEYID=7808CE96D38B9201
|
PPA_KEYID=7808CE96D38B9201
|
||||||
|
|
||||||
RCLVERS=1.29.1
|
RCLVERS=1.29.2
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.1.0
|
GSSPVERS=1.1.0
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
|
|||||||
@ -1,3 +1,14 @@
|
|||||||
|
recoll (1.29.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* GUI: fix bad background in result table dark mode.
|
||||||
|
* ms openxml: process a variety of derived/aux formats as the base ones
|
||||||
|
(.pptm etc.)
|
||||||
|
* Python module: add method to retrieve the full snippets list.
|
||||||
|
* Allow setting a per-handler-type indexing timeout.
|
||||||
|
* Small bug fixes.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Sat, 13 Mar 2021 11:00:00 +0100
|
||||||
|
|
||||||
recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Shortcuts editor
|
* Shortcuts editor
|
||||||
|
|||||||
@ -1,3 +1,14 @@
|
|||||||
|
kio-recoll (1.29.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* GUI: fix bad background in result table dark mode.
|
||||||
|
* ms openxml: process a variety of derived/aux formats as the base ones
|
||||||
|
(.pptm etc.)
|
||||||
|
* Python module: add method to retrieve the full snippets list.
|
||||||
|
* Allow setting a per-handler-type indexing timeout.
|
||||||
|
* Small bug fixes.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Sat, 13 Mar 2021 11:00:00 +0100
|
||||||
|
|
||||||
kio-recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
kio-recoll (1.29.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Shortcuts editor
|
* Shortcuts editor
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Desktop full text search tool with Qt GUI
|
Summary: Desktop full text search tool with Qt GUI
|
||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 1.29.1
|
Version: 1.29.2
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.29.1
|
1.29.2
|
||||||
|
|||||||
@ -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.29.0pre1"
|
#define PACKAGE_STRING "Recoll 1.29.2"
|
||||||
|
|
||||||
/* 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.29.0pre1"
|
#define PACKAGE_VERSION "1.29.2"
|
||||||
|
|
||||||
/* 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