You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by ac...@apache.org on 2013/07/19 03:04:11 UTC

svn commit: r1504739 - /hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Author: acmurthy
Date: Fri Jul 19 01:04:10 2013
New Revision: 1504739

URL: http://svn.apache.org/r1504739
Log:
Fixed CHANGES.txt to reflect that all fixes in 2.1.1-beta are now in 2.1.0-beta.

Modified:
    hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1504739&r1=1504738&r2=1504739&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Fri Jul 19 01:04:10 2013
@@ -35,16 +35,10 @@ Release 2.1.1-beta - UNRELEASED
 
   IMPROVEMENTS
 
-    HADOOP-9418.  Add symlink resolution support to DistributedFileSystem.
-    (Andrew Wang via Colin Patrick McCabe)
-
   OPTIMIZATIONS
 
   BUG FIXES
 
-    HDFS-4982. JournalNode should relogin from keytab before fetching logs
-    from other JNs (todd)
-
 Release 2.1.0-beta - 2013-07-02
 
   INCOMPATIBLE CHANGES
@@ -232,6 +226,9 @@ Release 2.1.0-beta - 2013-07-02
     HDFS-4996. ClientProtocol#metaSave can be made idempotent by overwriting the
     output file instead of appending to it. (cnauroth)
 
+    HADOOP-9418.  Add symlink support to DistributedFileSystem (Andrew Wang via
+    Colin Patrick McCabe)
+
   OPTIMIZATIONS
 
     HDFS-4465. Optimize datanode ReplicasMap and ReplicaInfo. (atm)
@@ -1021,6 +1018,9 @@ Release 2.1.0-beta - 2013-07-02
     HDFS-5005. Move SnapshotException and SnapshotAccessControlException 
     to o.a.h.hdfs.protocol. (jing9)
 
+    HDFS-4982. JournalNode should relogin from keytab before fetching logs
+    from other JNs (todd)
+
 Release 2.0.5-alpha - 06/06/2013
 
   INCOMPATIBLE CHANGES