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 2021/03/15 21:11:28 UTC

[tika] branch main updated: Update CHANGES.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 1bdbc56  Update CHANGES.txt
1bdbc56 is described below

commit 1bdbc561153df5708be5d077892efa767e04c01e
Author: tallison <ta...@apache.org>
AuthorDate: Mon Mar 15 17:10:47 2021 -0400

    Update CHANGES.txt
---
 CHANGES.txt | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 72a1c51..e205479 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -43,14 +43,25 @@ Release 2.0.0-ALPHA - 01/13/2021
      * tika-server's /metadata endpoint requires tika-server-classic to write XMP/rdf output.
        This output is not available in tika-server-core.
 
-   Other changes:
+Release 1.26 - ??/??/????
 
-   * General code cleanup (PeterAlfredLee)
+   * Allow for case insensitive headers for configuration of the PDFParser
+     and the TesseractOCRParser in tika-server via Subhajit Das (TIKA-3320).
+
+   * Improve detection and parsing of XPS files (TIKA-3316).
+
+   * General dependency upgrades (TIKA-3244).
 
    * Great optimization in ForkParser (TIKA-3237).
-   
+
    * Fix parsing of emails attached to other emails in PST files (TIKA-3004).
 
+   * MP3 parser should output the xmpDM:duration metadata as seconds not
+     milliseconds, consistent with the other Audio and Video parsers (TIKA-3318).
+
+   * MP4 parser check if any of the Compatible Brands match when identifying
+     the subtype (TIKA-3310).
+
 Release 1.25 - 11/25/2020
 
    * Fix inconsistent license in xmpcore (TIKA-3204).