This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new bca44a8  [TEXT-167] commons-text web page missing 
"RELEASE-NOTES-1.7.txt"
bca44a8 is described below

commit bca44a8edce8953cb18c3520741923433a0d49ad
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 12 14:36:43 2019 -0400

    [TEXT-167] commons-text web page missing "RELEASE-NOTES-1.7.txt"
---
 src/changes/changes.xml                            |  6 ++-
 .../resources/release-notes/RELEASE-NOTES-1.7.txt  | 46 ++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1034d7..a95f4c1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,11 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="1.7" date="2018-06-30" description="Release 1.7">
+  <release version="1.8" date="2019-MM-DD" description="Release 1.8">
+    <action issue="TEXT-167" type="fix" dev="kinow" due-to="Larry 
West">commons-text web page missing "RELEASE-NOTES-1.7.txt"</action>
+  </release>
+  
+  <release version="1.7" date="2019-06-30" description="Release 1.7">
     <action issue="TEXT-111" type="fix" dev="kinow" 
due-to="@CAPS50">WordUtils.wrap must calculate offset increment from wrapOn 
pattern length</action>
     <action issue="TEXT-104" type="update" dev="kinow" due-to="Sascha 
Szott">Jaro Winkler Distance refers to similarity</action>
     <action issue="TEXT-148" type="add" dev="ggregory">Add an enum to the 
lookup package that lists all StringLookups</action>
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.7.txt 
b/src/site/resources/release-notes/RELEASE-NOTES-1.7.txt
new file mode 100644
index 0000000..b128aef
--- /dev/null
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.7.txt
@@ -0,0 +1,46 @@
+Apache Commons Text
+Version 1.7
+Release Notes
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.7 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.
+
+Apache Commons Text is a library focused on algorithms working on strings.
+
+Changes in this version include:
+
+New features:
+
+o TEXT-148:  Add an enum to the lookup package that lists all StringLookups
+o TEXT-127:  Add a toggle to throw an exception when a variable is unknown in 
StringSubstitutor Thanks to Jean-Baptiste REICH, Sebb, Don Jeba, Gary Gregory.
+o TEXT-138:  TextStringBuilder append sub-sequence not consistent with 
Appendable. Thanks to Neal Johnson, Don Jeba.
+o TEXT-152:  Fix possible infinite loop in WordUtils.wrap for a regex pattern 
that would trigger on a match of 0 length Thanks to @CAPS50.
+o TEXT-155:  Add a generic IntersectionSimilarity measure
+
+Fixed Bugs:
+
+o TEXT-111:  WordUtils.wrap must calculate offset increment from wrapOn 
pattern length Thanks to @CAPS50.
+o TEXT-151:  Fix the JaroWinklerSimilarity to use StringUtils.equals to test 
for CharSequence equality
+o TEXT-165:  ResourceBundleStringLookup.lookup(String) throws 
MissingResourceException instead of returning null.
+
+Changes:
+
+o TEXT-104:  Jaro Winkler Distance refers to similarity Thanks to Sascha Szott.
+o TEXT-153:  Make prefixSet in LookupTranslator a BitSet Thanks to amirhadadi.
+o TEXT-156:  Fix the RegexTokenizer to use a static Pattern
+o TEXT-157:  Remove rounding from JaccardDistance and JaccardSimilarity
+o TEXT-162:  Update Apache Commons Lang from 3.8.1 to 3.9.
+o            Update tests from org.assertj:assertj-core 3.12.1 to 3.12.2.
+o            Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-text/changes-report.html
+
+For complete information on Apache Commons Text, including instructions on how 
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Text 
website:
+
+https://commons.apache.org/proper/commons-text
+
+Download it from 
https://commons.apache.org/proper/commons-text/download_text.cgi

Reply via email to