You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sz...@apache.org on 2013/03/07 07:44:10 UTC

svn commit: r1453711 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: szetszwo
Date: Thu Mar  7 06:44:10 2013
New Revision: 1453711

URL: http://svn.apache.org/r1453711
Log:
Move HDFS-4252 to 1.2.0 in CHANGES.txt.

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1453711&r1=1453710&r2=1453711&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Thu Mar  7 06:44:10 2013
@@ -179,7 +179,9 @@ Release 1.2.0 - unreleased
 
     HDFS-4519. Support overriding jsvc binary and log file locations when
     launching secure datanode. (Chris Nauroth via suresh)
-    
+
+    HDFS-4551. When copying bytes in DatanodeWebHdfsMethods OPEN, use 4096
+    buffer size to improve performance.  (Mark Wagner via szetszwo)
 
   OPTIMIZATIONS
 
@@ -526,7 +528,7 @@ Release 1.2.0 - unreleased
     HADOOP-9375. Port HADOOP-7290 to branch-1 to fix TestUserGroupInformation
     failure. (Xiaobo Peng via suresh)
 
-Release 1.1.2 - Unreleased
+Release 1.1.2 - 2013.01.30
 
   INCOMPATIBLE CHANGES
 
@@ -540,9 +542,6 @@ Release 1.1.2 - Unreleased
     HDFS-4252. Improve confusing log message that prints exception when editlog 
     read is completed. (Jing Zhao via suresh)
 
-    HDFS-4551. When copying bytes in DatanodeWebHdfsMethods OPEN, use 4096 buffer size
-    to improve performance.  (Mark Wagner via szetszwo)
-
   BUG FIXES
 
     MAPREDUCE-4798. Updated TestJobHistoryServer test case for startup