You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/11 22:59:01 UTC

svn commit: r1091206 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/xdoc/upgradeto3_0.xml

Author: bayard
Date: Mon Apr 11 20:59:01 2011
New Revision: 1091206

URL: http://svn.apache.org/viewvc?rev=1091206&view=rev
Log:
Noting LANG-691 in the release notes

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1091206&r1=1091205&r2=1091206&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Mon Apr 11 20:59:01 2011
@@ -68,6 +68,7 @@ REMOVALS IN 3.0
     [LANG-493] Remove code that does not hold enough value to remain.
     [LANG-590] Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int).
     [LANG-673] WordUtils.abbreviate() removed
+    [LANG-691] Removed DateUtils.UTC_TIME_ZONE
 
 IMPROVEMENTS IN 3.0
 ===================

Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml?rev=1091206&r1=1091205&r2=1091206&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Mon Apr 11 20:59:01 2011
@@ -86,6 +86,7 @@ REMOVALS IN 3.0
     [LANG-493] Remove code that does not hold enough value to remain.
     [LANG-590] Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int).
     [LANG-673] WordUtils.abbreviate() removed
+    [LANG-691] Removed DateUtils.UTC_TIME_ZONE
 
 IMPROVEMENTS IN 3.0
 ===================