Procházet zdrojové kódy

HADOOP-3010. Move to 0.16.3 release section

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@644893 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley před 17 roky
rodič
revize
77e69f9667
1 změnil soubory, kde provedl 7 přidání a 3 odebrání
  1. 7 3
      CHANGES.txt

+ 7 - 3
CHANGES.txt

@@ -464,9 +464,6 @@ Trunk (unreleased changes)
     HADOOP-3118.  Fix Namenode NPE while loading fsimage after a cluster 
     upgrade from older disk format. (dhruba)
 
-    HADOOP-3010. Fix ConcurrentModificationException in ipc.Server.Responder.
-    (rangadi)
-
     HADOOP-3161. Fix FIleUtil.HardLink.getLinkCount on Mac OS. (nigel
     via omalley)
 
@@ -494,6 +491,13 @@ Trunk (unreleased changes)
     APIs in FileOutputFormat: setOutputPath, getOutputPath, getWorkOutputPath.
     (Amareshwari Sriramadasu via nigel)
 
+Release 0.16.3 - Unreleased
+
+  BUG FIXES
+
+    HADOOP-3010. Fix ConcurrentModificationException in ipc.Server.Responder.
+    (rangadi)
+
 Release 0.16.2 - 2008-04-02
 
   BUG FIXES