Browse Source

Move HDFS-2264 and HDFS-4294 to the correct section in CHANGES.txt.

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

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

@@ -321,6 +321,12 @@ Release 2.0.3-alpha - Unreleased
     HDFS-4295. Using port 1023 should be valid when starting Secure DataNode
     (Stephen Chu via todd)
 
+    HDFS-4294. Backwards compatibility is not maintained for TestVolumeId.
+    (Ivan A. Veselovsky and Robert Parker via atm)
+
+    HDFS-2264. NamenodeProtocol has the wrong value for clientPrincipal in
+    KerberosInfo annotation. (atm)
+
     HDFS-4307. SocketCache should use monotonic time. (Colin Patrick McCabe
     via atm)
 
@@ -426,12 +432,6 @@ Release 2.0.3-alpha - Unreleased
     HDFS-4017. Unclosed FileInputStream in GetJournalEditServlet
     (Chao Shi via todd)
 
-    HDFS-4294. Backwards compatibility is not maintained for TestVolumeId.
-    (Ivan A. Veselovsky and Robert Parker via atm)
-
-    HDFS-2264. NamenodeProtocol has the wrong value for clientPrincipal in
-    KerberosInfo annotation. (atm)
-
 Release 2.0.2-alpha - 2012-09-07 
 
   INCOMPATIBLE CHANGES