Browse Source

Move CHANGES.txt message for HDFS-2765 to be under 2.0.0 instead of trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1326013 13f79535-47bb-0310-9956-ffa450edef68
Aaron Myers 13 years ago
parent
commit
d6533cc321
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -91,8 +91,6 @@ Trunk (unreleased changes)
     HDFS-2373. Commands using WebHDFS and hftp print unnecessary debug 
     info on the console with security enabled. (Arpit Gupta via suresh)
 
-    HDFS-2765. TestNameEditsConfigs is incorrectly swallowing IOE. (atm)
-
     HDFS-2776. Missing interface annotation on JournalSet. 
     (Brandon Li via jitendra)
 
@@ -511,6 +509,8 @@ Release 2.0.0 - UNRELEASED
 
     HDFS-2799. Trim fs.checkpoint.dir values. (Amith D K via eli)
 
+    HDFS-2765. TestNameEditsConfigs is incorrectly swallowing IOE. (atm)
+
   BREAKDOWN OF HDFS-1623 SUBTASKS
 
     HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd)