You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/26 12:12:26 UTC

[3/4] [text] Update changes.xml with new issue keys from new jira project

Update changes.xml with new issue keys from new jira project


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

Branch: refs/heads/master
Commit: 1af6311b05e57fdb15a15f17ad2daf74980d4b2c
Parents: 70da312
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 26 12:11:09 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 26 12:11:09 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/1af6311b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9f97e0..8b14bdf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,19 +22,19 @@
   <body>
 
   <release version="1.0" date="tba" description="tba">
-    <action issue="SANDBOX-499" type="add" dev="kinow">Create Commons Text logo</action>
-    <action issue="SANDBOX-498" type="update" dev="britter">Improve HumanNameParser</action>
-    <action issue="SANDBOX-497" type="fix" dev="kinow">IP clearance for the names package</action>
-    <action issue="SANDBOX-496" type="add" dev="kinow">Write user guide</action>
-    <action issue="SANDBOX-488" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
-    <action issue="SANDBOX-487" type="add" dev="kinow">Human name parser</action>
-    <action issue="SANDBOX-492" type="fix" dev="kinow" due-to="Jonathan baker">Create StringDistanceFrom class that contains a StringMetric and the "left" side string.  This would have a method that accepts the "right" side string to test.</action>
-    <action issue="SANDBOX-490" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>
-    <action issue="SANDBOX-493" type="fix" dev="kinow" due-to="Jonathan Baker">Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction.</action>
-    <action issue="SANDBOX-491" type="fix" dev="kinow" due-to="Jonathan Baker">Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance.</action>
-    <action issue="SANDBOX-486" type="add" dev="kinow">Port Myers algorithm from [collections]</action>
-    <action issue="SANDBOX-485" type="add" dev="kinow">Add Hamming distance</action>
-    <action issue="SANDBOX-483" type="add" dev="kinow" due-to="britter">Incorporate String algorithms from Commons Lang</action>
+    <action issue="TEXT-13" type="add" dev="kinow">Create Commons Text logo</action>
+    <action issue="TEXT-16" type="update" dev="britter">Improve HumanNameParser</action>
+    <action issue="TEXT-5" type="fix" dev="kinow">IP clearance for the names package</action>
+    <action issue="TEXT-7" type="add" dev="kinow">Write user guide</action>
+    <action issue="TEXT-11" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
+    <action issue="TEXT-15" type="add" dev="kinow">Human name parser</action>
+    <action issue="TEXT-12" type="fix" dev="kinow" due-to="Jonathan baker">Create StringDistanceFrom class that contains a StringMetric and the "left" side string.  This would have a method that accepts the "right" side string to test.</action>
+    <action issue="TEXT-3" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>
+    <action issue="TEXT-8" type="fix" dev="kinow" due-to="Jonathan Baker">Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction.</action>
+    <action issue="TEXT-6" type="fix" dev="kinow" due-to="Jonathan Baker">Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance.</action>
+    <action issue="TEXT-4" type="add" dev="kinow">Port Myers algorithm from [collections]</action>
+    <action issue="TEXT-1" type="add" dev="kinow">Add Hamming distance</action>
+    <action issue="TEXT-9" type="add" dev="kinow" due-to="britter">Incorporate String algorithms from Commons Lang</action>
   </release>
 
   </body>