浏览代码

Move the CHANGES.txt entry for HDFS-4305 to the incompatible changes section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1477488 13f79535-47bb-0310-9956-ffa450edef68
Aaron Myers 12 年之前
父节点
当前提交
a02e376850
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 3 - 3
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -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