bumped version to 1.25.20

This commit is contained in:
Jean-Francois Dockes 2019-07-22 16:01:26 +02:00
parent 21b918d447
commit c3bc2da9af
3 changed files with 16 additions and 3 deletions

View File

@ -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 <jf@dockes.org> Mon, 22 Jul 2019 15:52:00 +0200
recoll (1.25.19-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix issues in pdf handler

View File

@ -1 +1 @@
1.25.19
1.25.20

View File

@ -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"