Explorar o código

move HDFS-4962,HDFS-5043 to the right section in hadoop-hdfs/CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1510663 13f79535-47bb-0310-9956-ffa450edef68
Brandon Li %!s(int64=11) %!d(string=hai) anos
pai
achega
2a11c30441
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -18,8 +18,6 @@ Release 2.3.0 - UNRELEASED
 
   NEW FEATURES
 
-    HDFS-4962 Use enum for nfs constants (Nicholas SZE via jing9)
-
   IMPROVEMENTS
 
     HDFS-4657.  Limit the number of blocks logged by the NN after a block
@@ -44,15 +42,14 @@ Release 2.3.0 - UNRELEASED
     HDFS-5035.  getFileLinkStatus and rename do not correctly check permissions
     of symlinks.  (Andrew Wang via Colin Patrick McCabe)
 
-    HDFS-5043. For HdfsFileStatus, set default value of childrenNum to -1
-    instead of 0 to avoid confusing applications. (brandonli)
-
 Release 2.1.1-beta - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
   NEW FEATURES
 
+    HDFS-4962 Use enum for nfs constants (Nicholas SZE via jing9)
+
   IMPROVEMENTS
 
     HDFS-4513. Clarify in the WebHDFS REST API that all JSON respsonses may
@@ -68,6 +65,9 @@ Release 2.1.1-beta - UNRELEASED
     HDFS-5028. LeaseRenewer throws ConcurrentModificationException when timeout.
     (zhaoyunjiong via szetszwo)
 
+    HDFS-5043. For HdfsFileStatus, set default value of childrenNum to -1
+    instead of 0 to avoid confusing applications. (brandonli)
+
 Release 2.1.0-beta - 2013-08-06
 
   INCOMPATIBLE CHANGES