version bump
This commit is contained in:
parent
27893329f9
commit
8bd37d688c
@ -13,7 +13,7 @@
|
||||
|
||||
PPA_KEYID=7808CE96D38B9201
|
||||
|
||||
RCLVERS=1.29.1
|
||||
RCLVERS=1.29.2
|
||||
SCOPEVERS=1.20.2.4
|
||||
GSSPVERS=1.1.0
|
||||
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
|
||||
|
||||
* 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
|
||||
|
||||
* Shortcuts editor
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Desktop full text search tool with Qt GUI
|
||||
Name: recoll
|
||||
Version: 1.29.1
|
||||
Version: 1.29.2
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/Databases
|
||||
License: GPLv2+
|
||||
|
||||
@ -1 +1 @@
|
||||
1.29.1
|
||||
1.29.2
|
||||
|
||||
@ -121,7 +121,7 @@
|
||||
#define PACKAGE_NAME "Recoll"
|
||||
|
||||
/* 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 PACKAGE_TARNAME "recoll"
|
||||
@ -130,7 +130,7 @@
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.29.0pre1"
|
||||
#define PACKAGE_VERSION "1.29.2"
|
||||
|
||||
/* putenv parameter is const */
|
||||
/* #undef PUTENV_ARG_CONST */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user