From c3bc2da9af43773d72efbf2ffed4989cde5b4794 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 22 Jul 2019 16:01:26 +0200 Subject: [PATCH] bumped version to 1.25.20 --- packaging/debian/debian/changelog | 13 +++++++++++++ src/VERSION | 2 +- src/common/autoconfig-win.h | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 3f8e6e28..670d3b13 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,16 @@ +recoll (1.25.20-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * GUI: preview: improve operation when the original file has changed or + can't be read: use stored data. + * GUI: result table contents were not reset when the search was cleared. + * Windows: fix paths accented character processing in configuration GUI. + * Windows: fix temporary file deletion. Many were not deleted because + they were still opened by the handler when we tried to remove + them. Fixed a number of handlers to properly close the file, and add a + cleanup pass after the handler cache is cleaned at the end of indexing. + + -- Jean-Francois Dockes Mon, 22 Jul 2019 15:52:00 +0200 + recoll (1.25.19-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fix issues in pdf handler diff --git a/src/VERSION b/src/VERSION index ad5159ec..d6a9423b 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.19 +1.25.20 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 5f26203a..96fba971 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.19" +#define PACKAGE_STRING "Recoll 1.25.20" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.25.19" +#define PACKAGE_VERSION "1.25.20" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll"