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 2017/04/17 12:19:36 UTC

[13/50] [lang] LANG-1300: Crediting Mark for work

LANG-1300: Crediting Mark for work


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0e1b328e
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0e1b328e
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0e1b328e

Branch: refs/heads/release
Commit: 0e1b328e5697196d944b9e85356020743066ff3b
Parents: 9fe11e6
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed Mar 15 08:41:13 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed Mar 15 08:46:13 2017 -0400

----------------------------------------------------------------------
 pom.xml                 | 3 +++
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0e1b328e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3e6ebaa..e606eca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,6 +502,9 @@
     <contributor>
       <name>Adrian Ber</name>
     </contributor>
+    <contributor>
+      <name>Mark Dacek</name>
+    </contributor>
   </contributors>
 
   <!-- Lang should depend on very little -->

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0e1b328e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5d22f00..c770c90 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.6" date="2017-MM-DD" description="TBD">
+    <action issue="LANG-1300" type="fix" dev="chtompki" due-to="Mark Dacek">Clarify or improve behaviour of int-based indexOf methods in StringUtils</action>
     <action issue="LANG-1299" type="add" dev="djones">Add method for converting string to an array of code points</action>
     <action issue="LANG-1286" type="fix" dev="djones">RandomStringUtils random method can overflow and return characters outside of specified range</action>
     <action issue="LANG-660" type="add" dev="djones">Add methods to insert arrays into arrays at an index</action>