You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by ac...@apache.org on 2013/07/19 03:29:08 UTC

svn commit: r1504742 - /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Author: acmurthy
Date: Fri Jul 19 01:29:07 2013
New Revision: 1504742

URL: http://svn.apache.org/r1504742
Log:
Fixed CHANGES.txt to reflect that new content in branch-2 goes to hadoop-2.3.0.

Modified:
    hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1504742&r1=1504741&r2=1504742&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Fri Jul 19 01:29:07 2013
@@ -243,13 +243,14 @@ Trunk (Unreleased)
 
     HDFS-4948. mvn site for hadoop-hdfs-nfs fails. (brandonli)
 
-Release 2.2.0 - UNRELEASED
+Release 2.3.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
   IMPROVEMENTS
+
     HDFS-4657.  Limit the number of blocks logged by the NN after a block
     report to a configurable value.  (Aaron T. Myers via Colin Patrick
     McCabe)