浏览代码

Fix change log for HADOOP-4358 :
it was in wrong section with wrong jira number!.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.19@706721 13f79535-47bb-0310-9956-ffa450edef68

Raghu Angadi 16 年之前
父节点
当前提交
d0021e71eb
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -947,6 +947,9 @@ Release 0.19.0 - Unreleased
     HADOOP-4230. Fix for serde2 interface, limit operator, select * operator,
     UDF trim functions and sampling. (Ashish Thusoo via dhruba)
 
+    HADOOP-4358. No need to truncate access time in INode. Also fixes NPE 
+    in CreateEditsLog. (Raghu Angadi) 
+
 Release 0.18.2 - Unreleased
 
   BUG FIXES
@@ -970,9 +973,6 @@ Release 0.18.2 - Unreleased
 
     HADOOP-4292. Do not support append() for LocalFileSystem. (hairong)
 
-    HADOOP-4398. No need to truncate access time in INode. Also fixes NPE 
-    in CreateEditsLog. (Raghu Angadi) 
-
     HADOOP-4399. Make fuse-dfs multi-thread access safe.
     (Pete Wyckoff via dhruba)