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 dh...@apache.org on 2008/10/20 20:25:45 UTC

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

Author: dhruba
Date: Mon Oct 20 11:25:44 2008
New Revision: 706360

URL: http://svn.apache.org/viewvc?rev=706360&view=rev
Log:
HADOOP-4399. Make fuse-dfs multi-thread access safe.
(Pete Wyckoff via dhruba)


Modified:
    hadoop/core/branches/branch-0.19/CHANGES.txt

Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=706360&r1=706359&r2=706360&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Mon Oct 20 11:25:44 2008
@@ -918,9 +918,6 @@
     HADOOP-4455. Added TestSerDe so that unit tests can run successfully.
     (Ashish Thusoo via dhruba)
 
-    HADOOP-4399. Make fuse-dfs multi-thread access safe.
-    (Pete Wyckoff via dhruba)
-
     HADOOP-4457. Fixes an input split logging problem introduced by
     HADOOP-3245. (Amareshwari Sriramadasu via ddas)
 
@@ -950,6 +947,9 @@
     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)
+
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS