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 2018/09/06 13:37:55 UTC

[tika] 03/03: Changes update

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

commit 4f8541836b78d7ee0cd293ccb5b6207a98730eff
Author: Nick Burch <ni...@gagravarr.org>
AuthorDate: Thu Sep 6 09:28:24 2018 +0100

    Changes update
    
    # Conflicts:
    #	CHANGES.txt
---
 CHANGES.txt | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ae7627d..5846387 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,15 @@
+Release 2.0.0 - ???
+   BREAKING CHANGES in 2.0.0
+
+   * Remove deprecated Metadata keys/properties (TIKA-1974).
+
+   Other changes
+
 Release 1.19 ???
 
+   * Mime magic improvements for Olympus RAW (TIKA-2658), interpreted
+     server-side languages via HTTP (TIKA-2648), MHTML (TIKA-2723)
+
    * Add absolute timeout to ForkParser rather than testing
      for active (TIKA-2656).
 
@@ -19,18 +29,6 @@ Release 1.19 ???
    * Add the RecursiveParserWrapperHandler to improve the RecursiveParserWrapper
      API slightly (TIKA-2644).
 
-   * Support for SAS7BDAT data files (TIKA-2462)
-
-   * Handle .epub files using .htm rather than .html extensions for the
-     embedded contents (TIKA-1288)
-
-   * Mime magic for ACES Images (TIKA-2628) and DPX Images (TIKA-2629)
-
-   * For sparse XLSX and XLSB files, always output missing cells to
-     the left of filled ones (matching XLS), and optionally output
-     missing rows on all 3 formats if requested via the
-     OfficeParserContext (TIKA-2479)
-
 
 Release 1.18 - 4/20/2018
 
@@ -100,6 +98,17 @@ Release 1.18 - 4/20/2018
    * Added local Docker image build using dockerfile-maven-plugin to allow
      images to be built from source (TIKA-1518).
 
+   * Support for SAS7BDAT data files (TIKA-2462)
+
+   * Handle .epub files using .htm rather than .html extensions for the
+     embedded contents (TIKA-1288)
+
+   * Mime magic for ACES Images (TIKA-2628) and DPX Images (TIKA-2629)
+
+   * For sparse XLSX and XLSB files, always output missing cells to
+     the left of filled ones (matching XLS), and optionally output
+     missing rows on all 3 formats if requested via the
+     OfficeParserContext (TIKA-2479)
 
 Release 1.17 - 12/8/2017