You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/02/14 00:42:13 UTC

[text] Tentative release notes for 1.3.

Repository: commons-text
Updated Branches:
  refs/heads/master d0c5e3bc8 -> 39eff9e13


Tentative release notes for 1.3.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/39eff9e1
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/39eff9e1
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/39eff9e1

Branch: refs/heads/master
Commit: 39eff9e13f5c097e5918941f47b954ce3a9c526a
Parents: d0c5e3b
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Feb 13 17:42:10 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Feb 13 17:42:10 2018 -0700

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 41 +++++++++++++++++++++++++++++++++++------
 1 file changed, 35 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/39eff9e1/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6564a21..706d6d3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,37 @@
                           Apache Commons Text
-                              Version 1.2
+                              Version 1.3
                              Release Notes
 
+INTRODUCTION
+============
+
+This document contains the release notes for the 1.3 version of Apache Commons
+Text. Commons Text is a set of utility functions and reusable components for 
+the purpose of processing and manipulating text that should be of use in a Java
+environment.
+
+This component requires Java 7.
+
+NEW FEATURES
+=============
+
+o Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility  Issue: TEXT-110. 
+o Add an interpolator string lookup: StringLookupFactory#interpolatorStringLookup()  Issue: TEXT-113. 
+o Add a StrSubstitutor replacement based on interfaces: StringSubstitutor  Issue: TEXT-114. 
+o Add a StrBuilder replacement based on the StringMatcher interface: TextStringBuilder  Issue: TEXT-115. 
+o Add a StrTokenizer replacement based on the StringMatcher interface: StringTokenizer  Issue: TEXT-116. 
+o Add a local host string lookup: LocalHostStringLookup  Issue: TEXT-117. 
+
+FIXED BUGS
+==========
+
+o Build failure with java 9-ea+159  Issue: TEXT-70. 
+
+=============================================================================
+
+                          Apache Commons Text
+                              Version 1.2
+                             Release Notes
 
 INTRODUCTION
 ============
@@ -11,8 +41,7 @@ Text. Commons Text is a set of utility functions and reusable components for
 the purpose of processing and manipulating text that should be of use in a Java
 environment.
 
-Apache Commons Text is a library focused on algorithms working on strings.
-
+This component requires Java 7.
 
 JAVA 9 SUPPORT
 ==============
@@ -51,10 +80,10 @@ o TEXT-83:   Document that commons-csv should be used in preference to CsvTransl
 o TEXT-67:   NumericEntityUnescaper.options - fix TODO.
 o TEXT-84:   RandomStringGenerator claims to be immutable, but isn't.
 
+=============================================================================
 
                         Release Notes for version 1.1
 
-
 JAVA 9 SUPPORT
 ==============
 
@@ -83,10 +112,10 @@ CHANGES
 o TEXT-39:   WordUtils should use toXxxxCase(int) rather than toXxxxCase(char) 
              Thanks to Amey Jadiye.
 
+=============================================================================
 
                         Release Notes for version 1.0
 
-
 INCOMPATIBLE CHANGES
 ====================
 
@@ -117,7 +146,7 @@ REMOVED
 
 o TEXT-40:   Escape HTML characters only once: revert.
 
-
+=============================================================================
 
                         Release Notes for version 1.0-beta-1