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 153c394 update changes.txt in prep for 1.19 rc1
153c394 is described below
commit 153c394505fd664effa14c457932f1ec1abeba0f
Author: TALLISON <[email protected]>
AuthorDate: Fri Sep 14 11:19:29 2018 -0400
update changes.txt in prep for 1.19 rc1
---
CHANGES.txt | 40 +++++++++++++++++++++++++++++++++++-----
1 file changed, 35 insertions(+), 5 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 5846387..234d005 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,11 +1,24 @@
-Release 2.0.0 - ???
- BREAKING CHANGES in 2.0.0
+Release 1.19 ???
- * Remove deprecated Metadata keys/properties (TIKA-1974).
+ * Require Java 8 (TIKA-2679).
- Other changes
+ * Enable building with Java 11 (TIKA-2668)
-Release 1.19 ???
+ * 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)
@@ -29,6 +42,23 @@ Release 1.19 ???
* Add the RecursiveParserWrapperHandler to improve the
RecursiveParserWrapper
API slightly (TIKA-2644).
+ * 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