浏览代码

Moving HADOOP-4467 and HADOOP-4517 from NEW FEATURES to BUG FIX section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.18@708625 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 17 年之前
父节点
当前提交
99d36fcc5b
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      CHANGES.txt

+ 5 - 5
CHANGES.txt

@@ -39,11 +39,6 @@ Release 0.18.2 - Unreleased
     HADOOP-3914. DFSClient sends Checksum Ok only once for a block.
     (Christain Kunz via hairong)
 
-  NEW FEATURES
-
-    HADOOP-2421.  Add jdiff output to documentation, listing all API
-    changes from the prior release.  (cutting)
-
     HADOOP-4467. SerializationFactory now uses the current context ClassLoader
     allowing for user supplied Serialization instances. (Chris Wensel via
     acmurthy)
@@ -51,6 +46,11 @@ Release 0.18.2 - Unreleased
     HADOOP-4517. Release FSDataset lock before joining ongoing create threads.
     (szetszwo)
  
+  NEW FEATURES
+
+    HADOOP-2421.  Add jdiff output to documentation, listing all API
+    changes from the prior release.  (cutting)
+
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS