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 2020/11/23 12:56:30 UTC

[tika] branch main updated: Merge branch_1x into main for README.txt

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

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


The following commit(s) were added to refs/heads/main by this push:
     new bd96ad0  Merge branch_1x into main for README.txt
bd96ad0 is described below

commit bd96ad0e0169f9497a57f4d2e2a36344bd5acac8
Author: tallison <ta...@apache.org>
AuthorDate: Mon Nov 23 07:54:58 2020 -0500

    Merge branch_1x into main for README.txt
---
 CHANGES.txt | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2de6fb2..a9952b1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,10 @@ Release 2.0.0 - ???
 
 Release 1.25 - ???
 
+   * Fix inconsistent license in xmpcore (TIKA-3204).
+
+   * General upgrades including some dependencies with
+     recently found security vulnerabilities (TIKA-3119).
 
    * Add detection and a parser for flat ODF files (TIKA-3159).
 
@@ -36,7 +40,7 @@ Release 1.25 - ???
 
    * Add detection and parsing for bplist (TIKA-3104).
 
-   * Enable metadata value filtering
+   * Enable metadata value filtering for RecursiveParserWrapper (TIKA-3137)
 
    * Add a basic parser for plist files based on com.googlecode.plist:dd-plist (TIKA-3104).
 
@@ -44,6 +48,19 @@ Release 1.25 - ???
 
    * Updated GrobidRESTParser to use new API location (TIKA-3191).
 
+   * Add FileProfiler to tika-eval (TIKA-3216).
+
+   * Add status endpoint to tika-server (TIKA-3129).
+
+   * Improved handling of zip files with STORED entries with
+     data descriptor (TIKA-3196).
+
+   * Add parsers for XLZ and IDML (TIKA-2976 and TIKA-3188).
+
+   * Add the beginnings of a format-aware fuzzing module (TIKA-3083).
+
+   * Add wrapper for Linux 'file' command for mime detection (TIKA-3215).
+
 Release 1.24.1 - 4/17/2020
 
    * Allow gzip compression of input and output streams for tika-server (TIKA-3073).