This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 664f86ff5 Update CHANGES.txt
664f86ff5 is described below
commit 664f86ff58eefb1bdc5ef372e6a332e40909b610
Author: tallison <[email protected]>
AuthorDate: Wed Sep 10 13:42:14 2025 -0400
Update CHANGES.txt
---
CHANGES.txt | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index e771c0121..9b221e07b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,11 +1,21 @@
Release 3.3.0 - ???
+ * Add matroska detector (TIKA-1180).
+
* Allow multiple values for many Dublin Core keys (TIKA-4466).
* Extract macros by default in tika-app's commandline and gui (TIKA-4472).
* Improve extraction of Javascript from PDFs (TIKA-4465).
+Release 3.2.3 - ???
+
+ * Allow backwards compatibility with versions of commons-compress before
1.28.0 (TIKA-4469).
+
+ * Fix XFA parsing within PDFs when woodstox is on the classpath as in
tika-server (TIKA-4482).
+
+ * Dependency updates.
+
Release 3.2.2 - 8/6/2025
* Improve detection of encrypted ODT files (TIKA-4459)