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 25caa2a Update CHANGES.txt for 2.3.0 release.
25caa2a is described below
commit 25caa2ab8b1f0164a7fc1c6dbedfb633c7ef6c4b
Author: tallison <[email protected]>
AuthorDate: Wed Feb 2 14:47:35 2022 -0500
Update CHANGES.txt for 2.3.0 release.
---
CHANGES.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 7e0c28d..2af3507 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Release 2.3.0 - ???
+Release 2.3.0 - 02/02/2022
* Upgrade to Apache POI 5.2.0. This is the first upgrade to POI
5.x and represents a major refactoring. Users may experience
@@ -7,13 +7,16 @@ Release 2.3.0 - ???
* Upgrade to log4j2 2.17.1 (TIKA-3638).
* Improve consistency in reporting package-entry divs across
- all parsers for embedded files (TIKA-3644).
+ all parsers for embedded files (TIKA-3644). This leads
+ to some more text (embedded file names) in files with
+ many embedded attachments.
* Improve configuration of maps as params for parsers in
TikaConfig (TIKA-3645).
* Improve identification of iWorks 13 files and add parsing
for thumbnails, some metadata and attachments (TIKA-3634).
+ Skip handling of .iwa files, which are not yet supported.
* Limit the default in-memory processing (maxMainMemoryBytes) in
the PDFParser to 512MB as in the 1.x branch (TIKA-3642).