You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2020/11/23 18:29:02 UTC

[tika] branch main updated: Updated CHANGES.txt with details on TIKA-3189 and TIKA-3227

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

dmeikle 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 400d6f8  Updated CHANGES.txt with details on TIKA-3189 and TIKA-3227
400d6f8 is described below

commit 400d6f8d8a58cea7224e2f07f6115b822bfc72e4
Author: David Meikle <dm...@apache.org>
AuthorDate: Mon Nov 23 18:28:49 2020 +0000

    Updated CHANGES.txt with details on TIKA-3189 and TIKA-3227
---
 CHANGES.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index a9952b1..4f89a05 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,7 +13,7 @@ Release 2.0.0 - ???
 
    Other changes
 
-Release 1.25 - ???
+Release 1.25 - 11/23/2020
 
    * Fix inconsistent license in xmpcore (TIKA-3204).
 
@@ -55,12 +55,14 @@ Release 1.25 - ???
    * 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 parsers for XLZ, IDML and MIF (TIKA-2976, TIKA-3188 and TIKA-3189).
 
    * Add the beginnings of a format-aware fuzzing module (TIKA-3083).
 
    * Add wrapper for Linux 'file' command for mime detection (TIKA-3215).
 
+   * Added ability to skip parsing of embedded files in Tika Server (TIKA-3227).
+
 Release 1.24.1 - 4/17/2020
 
    * Allow gzip compression of input and output streams for tika-server (TIKA-3073).