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/15 15:46:10 UTC

[tika] branch master updated: update changes file in prep for 1.22 release

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


The following commit(s) were added to refs/heads/master by this push:
     new 347a874  update changes file in prep for 1.22 release
347a874 is described below

commit 347a874df52e5577aedf6ff8d350fa9baa4efa5b
Author: TALLISON <ta...@apache.org>
AuthorDate: Mon Jul 15 11:44:55 2019 -0400

    update changes file in prep for 1.22 release
---
 CHANGES.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 369cdcb..c30d592 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,26 @@ Release 2.0.0 - ???
 
 Release 1.22 - ???
 
+   * Known regression: PDFBOX-4587 PDF passwords with codepoints
+     between 0xF000 and 0XF0000 will cause an exception.
+
+   * Improve AutoDetectReader performance by caching encoding
+     detector (TIKA-1568).
+
+   * Prevent RTFParser from outputting illegal tag combinations (TIKA-2889).
+
+   * Fix RereadableInputStream to release all resources (TIKA-2903).
+
+   * Implement custom language identifier in the tika-eval module based on
+     OpenNLP's language detector; add 18 languages and add common words
+     lists for all 121 languages (TIKA-2790).
+
+   * Fix NPE in MimeTypesReader.releaseParser() via Eamonn Saunders (TIKA-2896).
+
+   * Fix RTFParser to extract more content (TIKA-2883).
+
+   * Add clientSubmitTime to the metadata extracted from PST files (TIKA-2898).
+
    * Improve StreamingZipContainerDetector for xltx, xltm and
      several other file formats (TIKA-2886).