Ver código fonte

Move HDFS-4252 to 1.2.0 in CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1453711 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 12 anos atrás
pai
commit
54e6129ca7
1 arquivos alterados com 4 adições e 5 exclusões
  1. 4 5
      CHANGES.txt

+ 4 - 5
CHANGES.txt

@@ -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