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:54:04 UTC

[tika] branch branch_1x updated: update README.txt from main branch

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 2e89e4c  update README.txt from main branch
2e89e4c is described below

commit 2e89e4cc084527aa2748cef340d4efa63dd8f035
Author: tallison <ta...@apache.org>
AuthorDate: Mon Nov 23 07:53:41 2020 -0500

    update README.txt from main branch
---
 CHANGES.txt | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 945de28..0ca4bc3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,34 @@ Release 1.25 - 11/19/2020
    * General upgrades including some dependencies with
      recently found security vulnerabilities (TIKA-3119).
 
+  * Add detection and a parser for flat ODF files (TIKA-3159).
+
+   * Add extraction of macros from ODF files  (TIKA-3161).
+
+   * Add mime detection for hprof and hprof text files (TIKA-3144).
+
+   * Add TextSignature and TextProfileSignature to tika-eval (TIKA-3145 and TIKA-3146)
+
+   * Create a metadata filter to trigger tika-eval stats post parsing (TIKA-3140)
+
+   * Add a configurable metadata-filter for the RecursiveParserWrapper (TIKA-3137)
+
+   * Add status endpoint to tika-server (TIKA-3129).
+
+   * Remove whitelist/blacklist terminology (TIKA-3120)
+
+   * Add detection for parquet files (TIKA-3115).
+
+   * Add detection and parsing for bplist (TIKA-3104).
+
+   * Enable metadata value filtering for RecursiveParserWrapper (TIKA-3137)
+
+   * Add a basic parser for plist files based on com.googlecode.plist:dd-plist (TIKA-3104).
+
+   * Read hyperlinked images from ODT files (TIKA-3156).
+
+   * Updated GrobidRESTParser to use new API location (TIKA-3191).
+
    * Add FileProfiler to tika-eval (TIKA-3216).
 
    * Add status endpoint to tika-server (TIKA-3129).
@@ -14,9 +42,6 @@ Release 1.25 - 11/19/2020
 
    * Add parsers for XLZ and IDML (TIKA-2976 and TIKA-3188).
 
-   * Added TextSignature and Nutch's TextProfileSignature to tika-eval
-     (TIKA-3145 and TIKA-3146).
-
    * Add the beginnings of a format-aware fuzzing module (TIKA-3083).
 
    * Add wrapper for Linux 'file' command for mime detection (TIKA-3215).