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
commit 40207ca7ee4d951ec00bf2365299cdeed39f5c88 Author: tallison <[email protected]> AuthorDate: Thu Nov 19 17:45:39 2020 -0500 Update README for 1.25 release --- CHANGES.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2111ae4..169d305 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,22 @@ +Release 1.25 - 11/19/2020 + + * Fix inconsistent license in xmpcore (TIKA-3204). + + * General upgrades including some dependencies with + recently found security vulnerabilities (TIKA-3119). + + * Add FileProfiler to tika-eval (TIKA-3216). + + * Add status endpoint to tika-server (TIKA-3129). + + * Improved handling of zip files with STORED entries with + data descriptor (TIKA-3196). + + * Add parsers for XLZ and IDML (TIKA-2976 and TIKA-3188). + + * Added TextSignature and Nutch's TextProfileSignature to tika-eval + (TIKA-3145 and TIKA-3146). + Release 1.24.1 - 4/17/2020 * Add detection and a parser for flat ODF files (TIKA-3159).
