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/05/01 22:12:46 UTC

[lang] Correct issue title for LANG-916 in changes.xml

Repository: commons-lang
Updated Branches:
  refs/heads/master 5c6a87c46 -> 4796a0a79


Correct issue title for LANG-916 in changes.xml


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

Branch: refs/heads/master
Commit: 4796a0a79259bbaf4fdab61dd158cb658e6a8d44
Parents: 5c6a87c
Author: Benedikt Ritter <br...@apache.org>
Authored: Fri May 1 22:11:23 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Fri May 1 22:11:23 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/4796a0a7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c7d922..c53f3f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
   <release version="3.5" date="tba" description="tba">
     <action issue="LANG-1126" type="fix" dev="britter">DateFormatUtilsTest.testSMTP depends on the default Locale</action>
     <action issue="LANG-1123" type="fix" dev="chas" due-to="Christian P. Momon">Unit test FastDatePrinterTimeZonesTest needs a timezone set</action>
-    <action issue="LANG-916" type="fix" dev="chas" due-to="Christian P. Momon">DateUtilsTest.testLang530 fails for some timezones</action>
+    <action issue="LANG-916" type="fix" dev="chas" due-to="Christian P. Momon">CLONE - DateFormatUtils.format does not correctly change Calendar TimeZone in certain situations</action>
     <action issue="LANG-1116" type="fix" dev="chas" due-to="Aaron Sheldon">DateUtilsTest.testLang530 fails for some timezones</action>
     <action issue="LANG-1114" type="fix" dev="britter" due-to="Andy Coates">TypeUtils.ParameterizedType#equals doesn't work with wildcard types</action>
     <action issue="LANG-1119" type="add" dev="britter" due-to="Loic Guibert">Add rotate(string, int) method to StringUtils</action>