Bump version to 1.27.3 for small cumulated fixes

This commit is contained in:
Jean-Francois Dockes 2020-06-27 14:30:22 +02:00
parent 02556e7d08
commit 7771e0669e
5 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,9 @@
recoll (1.27.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Misc small fixes. Nothing major, see the git log for details
-- Jean-Francois Dockes <jf@dockes.org> Mon, 27 Jun 2020 14:29:00 +0200
recoll (1.27.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Korean: index the whole words along the split ones.

View File

@ -1,4 +1,10 @@
recoll (1.27.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
kio-recoll (1.27.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Misc small fixes. Nothing major, see the git log for details
-- Jean-Francois Dockes <jf@dockes.org> Mon, 27 Jun 2020 14:29:00 +0200
kio-recoll (1.27.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Korean: index the whole words along the split ones.
* Saved simple searches: also save/restore the active external indexes.

View File

@ -3,7 +3,7 @@
Summary: Desktop full text search tool with Qt GUI
Name: recoll
Version: 1.27.2
Version: 1.27.3
Release: 2%{?dist}
Group: Applications/Databases
License: GPLv2+

View File

@ -1 +1 @@
1.27.2
1.27.3

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.2"
#define PACKAGE_STRING "Recoll 1.27.3"
/* 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.2"
#define PACKAGE_VERSION "1.27.3"
/* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */