Browse Source

Move HDFS-5035 to 2.2.1 in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538124 13f79535-47bb-0310-9956-ffa450edef68
Andrew Wang 11 years ago
parent
commit
f607a8ddff
1 changed files with 4 additions and 3 deletions
  1. 4 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -458,12 +458,10 @@ Release 2.3.0 - UNRELEASED
     (Qus-Jiawei via kihwal)
 
   BUG FIXES
+
     HDFS-5034.  Remove debug prints from GetFileLinkInfo (Andrew Wang via Colin
     Patrick McCabe)
 
-    HDFS-5035.  getFileLinkStatus and rename do not correctly check permissions
-    of symlinks.  (Andrew Wang via Colin Patrick McCabe)
-
     HDFS-4816. transitionToActive blocks if the SBN is doing checkpoint image
     transfer. (Andrew Wang)
 
@@ -576,6 +574,9 @@ Release 2.2.1 - UNRELEASED
 
     HDFS-5037. Active NN should trigger its own edit log rolls (wang)
 
+    HDFS-5035.  getFileLinkStatus and rename do not correctly check permissions
+    of symlinks.  (Andrew Wang via Colin Patrick McCabe)
+
 Release 2.2.0 - 2013-10-13
 
   INCOMPATIBLE CHANGES