Explorar o código

Move HDFS-4458 to 2.0.3-alpha in CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1443309 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze %!s(int64=12) %!d(string=hai) anos
pai
achega
1eaf9944e3
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -311,10 +311,6 @@ Release 2.0.4-beta - UNRELEASED
 
   BUG FIXES
 
-    HDFS-4458. In DFSUtil.getNameServiceUris(..), convert default fs URI using
-    NetUtils.createSocketAddr(..) for being consistent with other addresses.
-    (Binglin Chang via szetszwo)
-
 Release 2.0.3-alpha - 2013-02-06
 
   INCOMPATIBLE CHANGES
@@ -784,6 +780,10 @@ Release 2.0.3-alpha - 2013-02-06
     HDFS-4468.  Use the new StringUtils methods added by HADOOP-9252 and fix
     TestHDFSCLI and TestQuota. (szetszwo)
 
+    HDFS-4458. In DFSUtil.getNameServiceUris(..), convert default fs URI using
+    NetUtils.createSocketAddr(..) for being consistent with other addresses.
+    (Binglin Chang via szetszwo)
+
   BREAKDOWN OF HDFS-3077 SUBTASKS
 
     HDFS-3077. Quorum-based protocol for reading and writing edit logs.