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 0fc944218 update CHANGES.txt
0fc944218 is described below
commit 0fc94421833d0d5798315adbf48f5496f7219e0b
Author: tallison <[email protected]>
AuthorDate: Wed Sep 10 13:41:43 2025 -0400
update CHANGES.txt
---
CHANGES.txt | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index d76a3e068..a3b1b41d4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,9 +12,31 @@ Release 4.0.0-BETA1 - ???
Release 3.3.0 - ???
- * Allow multiple values for many Dublin Core values (TIKA-4466).
+ * Add matroska detector (TIKA-1180).
-Release 3.2.1 - ???
+ * 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
+
+ * Fix for CVE-2025-54988.
+
+ * Improve detection of encrypted ODT files (TIKA-4459).
+
+ * Dependency updates (TIKA-4455).
+
+Release 3.2.1 - 6/26/2025
* Fix POIFSContainerDetector regression when wrapping an InputStream in
a TikaInputStream (TIKA-4441).