Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E7A17D33 for ; Sun, 7 Aug 2011 21:58:25 +0000 (UTC) Received: (qmail 5800 invoked by uid 500); 7 Aug 2011 21:58:25 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 5644 invoked by uid 500); 7 Aug 2011 21:58:24 -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 5637 invoked by uid 99); 7 Aug 2011 21:58:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 21:58:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 21:58:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A86A423889DA for ; Sun, 7 Aug 2011 21:58:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1154777 - /commons/proper/lang/trunk/RELEASE-NOTES.txt Date: Sun, 07 Aug 2011 21:58:01 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110807215801.A86A423889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Sun Aug 7 21:58:01 2011 New Revision: 1154777 URL: http://svn.apache.org/viewvc?rev=1154777&view=rev Log: Removing xml escapes Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1154777&r1=1154776&r2=1154777&view=diff ============================================================================== --- commons/proper/lang/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Aug 7 21:58:01 2011 @@ -24,10 +24,10 @@ CHANGES IN 3.0.1 [LANG-686] Improve exception message when StringUtils.replaceEachRepeatedly detects recursion [LANG-717] Specify source encoding for Ant build [LANG-721] Complement ArrayUtils.addAll() variants with by-index and by-value removal methods - [LANG-726] Add Range<T> Range<T>.intersectionWith(Range<T>) + [LANG-726] Add Range Range.intersectionWith(Range) [LANG-723] Add mode and median Comparable... methods to ObjectUtils [LANG-722] Add BooleanUtils.and + or varargs methods - [LANG-730] EnumSet -> bit vector + [LANG-730] EnumSet -> bit vector [LANG-735] Deprecate CharUtils.toCharacterObject(char) in favor of java.lang.Character.valueOf(char) [LANG-737] Missing method getRawMessage for ContextedException and ContextedRuntimeException