From hdfs-commits-return-209-apmail-hadoop-hdfs-commits-archive=hadoop.apache.org@hadoop.apache.org Wed Sep 23 23:29:48 2009 Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 81825 invoked from network); 23 Sep 2009 23:29:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 23:29:48 -0000 Received: (qmail 22408 invoked by uid 500); 23 Sep 2009 23:29:48 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 22365 invoked by uid 500); 23 Sep 2009 23:29:48 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 22355 invoked by uid 99); 23 Sep 2009 23:29:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 23:29:48 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 23:29:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1CD242388897; Wed, 23 Sep 2009 23:29:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r818318 - /hadoop/hdfs/trunk/CHANGES.txt Date: Wed, 23 Sep 2009 23:29:24 -0000 To: hdfs-commits@hadoop.apache.org From: suresh@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090923232924.1CD242388897@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: suresh Date: Wed Sep 23 23:29:23 2009 New Revision: 818318 URL: http://svn.apache.org/viewvc?rev=818318&view=rev Log: Moved a release 21 change to release 21 changes section from trunk. Modified: hadoop/hdfs/trunk/CHANGES.txt Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=818318&r1=818317&r2=818318&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Wed Sep 23 23:29:23 2009 @@ -11,7 +11,6 @@ OPTIMIZATIONS BUG FIXES - HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure. (suresh) Release 0.21.0 - Unreleased @@ -284,6 +283,8 @@ HDFS-637. DataNode sends a Success ack when block write fails. (hairong) + HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure. (suresh) + Release 0.20.1 - 2009-09-01 IMPROVEMENTS