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 2008/03/13 08:30:15 UTC

svn commit: r636654 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt xdocs/upgradeto2_4.xml

Author: bayard
Date: Thu Mar 13 00:30:14 2008
New Revision: 636654

URL: http://svn.apache.org/viewvc?rev=636654&view=rev
Log:
Adding a note on the deprecated DateUtils.add method

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt
    commons/proper/lang/trunk/xdocs/upgradeto2_4.xml

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=636654&r1=636653&r2=636654&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Thu Mar 13 00:30:14 2008
@@ -12,6 +12,7 @@
 
 INCOMPATIBLE CHANGES WITH VERSION 2.3:
 
+- None
 
 INCOMPATIBLE CHANGES WITH VERSION 2.2:
 
@@ -40,6 +41,9 @@
 
 - ObjectUtils.appendIdentityToString(StringBuffer, Object) - has very odd semantics, use 
   ObjectUtils.identityToString(StringBuffer, Object) instead.
+
+- public static java.util.Date add(java.util.Date, int, int) - it is not intended for this 
+  method to be public. Please let us know if you use this. 
 
 DEPRECATIONS FROM 2.2 to 2.3:
 

Modified: commons/proper/lang/trunk/xdocs/upgradeto2_4.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/upgradeto2_4.xml?rev=636654&r1=636653&r2=636654&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/upgradeto2_4.xml (original)
+++ commons/proper/lang/trunk/xdocs/upgradeto2_4.xml Thu Mar 13 00:30:14 2008
@@ -34,6 +34,7 @@
 
 INCOMPATIBLE CHANGES WITH VERSION 2.3:
 
+- None
 
 INCOMPATIBLE CHANGES WITH VERSION 2.2:
 
@@ -62,6 +63,9 @@
 
 - ObjectUtils.appendIdentityToString(StringBuffer, Object) - has very odd semantics, use 
   ObjectUtils.identityToString(StringBuffer, Object) instead.
+
+- public static java.util.Date add(java.util.Date, int, int) - it is not intended for this 
+  method to be public. Please let us know if you use this. 
 
 DEPRECATIONS FROM 2.2 to 2.3: