This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 83b8de0eac0649f4728ddae548fb30d8d7f8219e Author: tallison <[email protected]> AuthorDate: Tue Oct 17 06:11:10 2023 -0400 update CHANGES.txt for 2.9.1 release process --- CHANGES.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9d6a3b3ad..4367faa6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,11 @@ -Release 2.9.1 - ?? +Release 2.9.1 - 10/17/2023 + + * Dependency upgrades including commons-compress to fix CVE-2023-42503. + + * Improve RFC822 detection (TIKA-4153). + + * Enable configuration of "maxJsonStringFieldLength" in TikaConfig to allow users to + avoid DEFAULT_MAX_STRING_LEN exceptions from Jackson (TIKA-4154). * Fix bug in DateUtils that stripped timezone information from incoming Calendar objects (TIKA-4126).
