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 at...@apache.org on 2013/04/30 09:13:10 UTC

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

Author: atm
Date: Tue Apr 30 07:13:09 2013
New Revision: 1477488

URL: http://svn.apache.org/r1477488
Log:
Move the CHANGES.txt entry for HDFS-4305 to the incompatible changes section.

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=1477488&r1=1477487&r2=1477488&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Tue Apr 30 07:13:09 2013
@@ -397,6 +397,9 @@ Release 2.0.5-beta - UNRELEASED
 
     HDFS-4434. Provide a mapping from INodeId to INode. (suresh)
 
+    HDFS-4305. Add a configurable limit on number of blocks per file, and min
+    block size. (Andrew Wang via atm)
+
   NEW FEATURES
 
     HDFS-1804. Add a new block-volume device choosing policy that looks at
@@ -614,9 +617,6 @@ Release 2.0.5-beta - UNRELEASED
 
     HDFS-4733. Make HttpFS username pattern configurable. (tucu via atm)
 
-    HDFS-4305. Add a configurable limit on number of blocks per file, and min
-    block size. (Andrew Wang via atm)
-
 Release 2.0.4-alpha - UNRELEASED
 
   INCOMPATIBLE CHANGES