Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 39668 invoked from network); 13 Mar 2008 07:30:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 07:30:39 -0000 Received: (qmail 38048 invoked by uid 500); 13 Mar 2008 07:30:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 37985 invoked by uid 500); 13 Mar 2008 07:30:35 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 37970 invoked by uid 99); 13 Mar 2008 07:30:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 00:30:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 07:29:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B3A871A9832; Thu, 13 Mar 2008 00:30:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636654 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt xdocs/upgradeto2_4.xml Date: Thu, 13 Mar 2008 07:30:15 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080313073015.B3A871A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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: