From 7771e0669e17df66a38706a19d468eaaf4db6f08 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 27 Jun 2020 14:30:22 +0200 Subject: [PATCH] Bump version to 1.27.3 for small cumulated fixes --- packaging/debian/debian/changelog | 6 ++++++ packaging/debian/debiankio/changelog | 8 +++++++- packaging/rpm/recoll.spec | 2 +- src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 187dbbeb..6b94b7ca 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 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. diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 751ec940..426c263d 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -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 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. diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index ab1930b2..661e6913 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -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+ diff --git a/src/VERSION b/src/VERSION index 457f0385..3bae5204 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.2 +1.27.3 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 259b4014..4b21835c 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -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 */