You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/07/18 18:37:00 UTC

[tika] 01/02: Update changes.txt to reflect TIKA-2908.

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 806489b59aebe4208cd21ad40fa0cf2c9e0e35e7
Author: TALLISON <ta...@apache.org>
AuthorDate: Thu Jul 18 12:05:56 2019 -0400

    Update changes.txt to reflect TIKA-2908.
---
 CHANGES.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index c30d592..e3d3ea6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,12 @@ Release 2.0.0 - ???
 
 Release 1.22 - ???
 
-   * Known regression: PDFBOX-4587 PDF passwords with codepoints
+   * NOTE: Known regression: PDFBOX-4587 -- PDF passwords with codepoints
      between 0xF000 and 0XF0000 will cause an exception.
 
+   * Fix order of closing streams to avoid "Failed to close temporary resource"
+     exception (TIKA-2908).
+
    * Improve AutoDetectReader performance by caching encoding
      detector (TIKA-1568).