Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 49923 invoked from network); 1 Apr 2011 20:06:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 20:06:09 -0000 Received: (qmail 97761 invoked by uid 500); 1 Apr 2011 20:06:09 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 97726 invoked by uid 500); 1 Apr 2011 20:06:09 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 97719 invoked by uid 99); 1 Apr 2011 20:06:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 20:06:09 +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; Fri, 01 Apr 2011 20:06:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA0DA23889ED; Fri, 1 Apr 2011 20:05:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087874 - /hadoop/common/trunk/CHANGES.txt Date: Fri, 01 Apr 2011 20:05:47 -0000 To: common-commits@hadoop.apache.org From: suresh@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110401200547.DA0DA23889ED@eris.apache.org> Author: suresh Date: Fri Apr 1 20:05:47 2011 New Revision: 1087874 URL: http://svn.apache.org/viewvc?rev=1087874&view=rev Log: Removed an unnecessary line introduced into CHANGES.txt by change r1087844 Modified: hadoop/common/trunk/CHANGES.txt Modified: hadoop/common/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1087874&r1=1087873&r2=1087874&view=diff ============================================================================== --- hadoop/common/trunk/CHANGES.txt (original) +++ hadoop/common/trunk/CHANGES.txt Fri Apr 1 20:05:47 2011 @@ -127,7 +127,6 @@ Trunk (unreleased changes) HADOOP-7215. RPC clients must use network interface corresponding to the host in the client's kerberos principal key. (suresh) ->>>>>>> .r1087843 Release 0.22.0 - Unreleased INCOMPATIBLE CHANGES