You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ra...@apache.org on 2008/10/21 20:52:27 UTC

svn commit: r706721 - in /hadoop/core/branches/branch-0.19: ./ CHANGES.txt

Author: rangadi
Date: Tue Oct 21 11:52:26 2008
New Revision: 706721

URL: http://svn.apache.org/viewvc?rev=706721&view=rev
Log:
Fix change log for HADOOP-4358 :
it was in wrong section with wrong jira number!.

Modified:
    hadoop/core/branches/branch-0.19/   (props changed)
    hadoop/core/branches/branch-0.19/CHANGES.txt

Propchange: hadoop/core/branches/branch-0.19/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct 21 11:52:26 2008
@@ -1 +1 @@
-/hadoop/core/trunk:697306,698176,699056,699098,699415,699424,699444,699490,699517,700163,700628,700923,701273,701398,703923,704203,704261,704701,704703,704707,704712,704732,704748,704989,705391,705420,705430,705762,706350,706707
+/hadoop/core/trunk:697306,698176,699056,699098,699415,699424,699444,699490,699517,700163,700628,700923,701273,701398,703923,704203,704261,704701,704703,704707,704712,704732,704748,704989,705391,705420,705430,705762,706350,706707,706719

Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=706721&r1=706720&r2=706721&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Tue Oct 21 11:52:26 2008
@@ -947,6 +947,9 @@
     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 @@
 
     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)