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

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

commit 220fd9b1ef714b86f8c90a27595686e7c4b35b69
Author: TALLISON <[email protected]>
AuthorDate: Tue Sep 18 13:12:55 2018 -0400

    update changes to reflect 1.19 release
---
 CHANGES.txt | 46 ++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 42 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 81782ec..52f8652 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,30 @@ Release 2.0.0 - ???
    * Mime magic improvements for Olympus RAW (TIKA-2658), interpreted
      server-side languages via HTTP (TIKA-2648), MHTML (TIKA-2723)
 
-Release 1.19 ???
+Release 1.19 9/18/2018
+
+   * Require Java 8 (TIKA-2679).
+
+   * Enable building with Java 11 (TIKA-2668)
+
+   * Add an option to make tika-server robust against infinite loops,
+     OOMs, and memory leaks (TIKA-2725).
+
+   * Allow configuration of the Tesseract parser via the standard
+     tika-config.xml options (TIKA-2705).
+
+   * Improve handling of empty cells across table-based
+     formats (TIKA-2479).
+
+   * Add a Standards compliant HTML encoding detector
+     via Gerard Bouchar (TIKA-2673).
+
+   * Improved XML parsing -- limited default entity expansions to 20.
+     To raise this limit, add -Djdk.xml.entityExpansionLimit=XXX to
+     your commandline.
+
+   * 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).
@@ -28,9 +51,24 @@ Release 1.19 ???
 
    * Add the RecursiveParserWrapperHandler to improve the 
RecursiveParserWrapper
      API slightly (TIKA-2644).
-     
-   * Improve output from Boilerpipe extracted text, by adding in missing
-     whitespace and removing inappropriate new-lines (TIKA-2683).
+
+   * Upgraded to Commons-Compress 1.18 (TIKA-2707).
+
+   * Upgraded to Apache POI 4.0.0 (TIKA-2552).
+
+   * Upgraded to Apache PDFBox 2.0.11 (TIKA-2681).
+
+   * Upgraded to deeplearning4j 1.0.0-beta2 (TIKA-2672).
+
+   * Upgraded jmatio to 1.4 (TIKA-2667)
+
+   * Upgraded Apache Lucene to 7.4.0 in tika-eval and tika-examples 
(TIKA-2695).
+
+   * Upgraded junrar to 1.0.1 (TIKA-2664).
+
+   * Numerous other upgrades (TIKA-2692).
+
+   * Excluded Spring as a transitive dependency (TIKA-2721).
 
 Release 1.18 - 4/20/2018
 

Reply via email to