bumped version to 1.25.20
This commit is contained in:
parent
21b918d447
commit
c3bc2da9af
@ -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
|
recoll (1.25.19-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Fix issues in pdf handler
|
* Fix issues in pdf handler
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.25.19
|
1.25.20
|
||||||
|
|||||||
@ -112,10 +112,10 @@ overriden in the c++ code by ifdefs _WIN32 anyway */
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user