You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/08/17 17:54:09 UTC

[tika] branch main updated: prep for 2.1.0 release

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 3eb0f49  prep for 2.1.0 release
3eb0f49 is described below

commit 3eb0f494b6e588aab9a5ca35f910369815361a18
Author: tallison <ta...@apache.org>
AuthorDate: Tue Aug 17 13:53:29 2021 -0400

    prep for 2.1.0 release
---
 CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 414253c..3b986ce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Release 2.1.0 - ???
+Release 2.1.0 - 08/17/2021
 
    MAJOR CHANGES in 2.1.0
 
@@ -11,6 +11,8 @@ Release 2.1.0 - ???
    * Change the default rendering strategy for PDFs from NO_TEXT to ALL (TIKA-3520).
 
    Other changes:
+   * Fixed bug in Icu4j's encoding detector where it would return non-standard
+     names for charsets, e.g. IBM424_rtl is now returned as IBM424 (TIKA-3516).
 
    * Add a simple UrlFetcher in tika-core as a basic alternative
      to tika-fetcher-http (TIKA-3527).