From 37325ceee566f58e670d1cfbcc3ca3d268c01769 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 8 Aug 2019 14:18:57 +0200 Subject: [PATCH] bump version to 1.5.21 --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 9 +++++++++ src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 6c67aadb..2b4b2d5f 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=D38B9201 -RCLVERS=1.25.18 +RCLVERS=1.25.21 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 670d3b13..e9c9d9bc 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,12 @@ +recoll (1.25.21-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Windows: fix mbox cache offset which was not working at all + * GUI: fix restable highlighting, again. + * GUI: special indexing: no indexing was performed when erase was set, + only erase. + + -- Jean-Francois Dockes Thu, 08 Aug 2019 14:16:00 +0200 + recoll (1.25.20-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * GUI: preview: improve operation when the original file has changed or diff --git a/src/VERSION b/src/VERSION index d6a9423b..2ef1675b 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.20 +1.25.21 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 96fba971..739ed7ef 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -112,10 +112,10 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.25.20" +#define PACKAGE_STRING "Recoll 1.25.21" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.25.20" +#define PACKAGE_VERSION "1.25.21" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll"