Author: mukund
Date: Tue Apr 29 18:23:33 2008
New Revision: 652213
URL: http://svn.apache.org/viewvc?rev=652213&view=rev
Log:
Preparing for release 0.16.4
Modified:
hadoop/core/branches/branch-0.17/CHANGES.txt
Modified: hadoop/core/branches/branch-0.17/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.17/CHANGES.txt?rev=652213&r1=652212&r2=652213&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.17/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.17/CHANGES.txt Tue Apr 29 18:23:33 2008
@@ -588,6 +588,22 @@
HADOOP-3294. Fix distcp to check the destination length and retry the copy
if it doesn't match the src length. (Tsz Wo (Nicholas), SZE via cdouglas)
+Release 0.16.4 - 2008-05-05
+
+ BUG FIXES
+
+ HADOOP-3138. DFS mkdirs() should not throw an exception if the directory
+ already exists. (rangadi via mukund)
+
+ HADOOP-3294. Fix distcp to check the destination length and retry the copy
+ if it doesn't match the src length. (Tsz Wo (Nicholas), SZE via mukund)
+
+ HADOOP-3304. [HOD] Fixes the way the logcondense.py utility searches
+ for log files that need to be deleted. (yhemanth via mukund)
+
+ HADOOP-3186. Fix incorrect permission checkding for mv and renameTo
+ in HDFS. (Tsz Wo (Nicholas), SZE via mukund)
+
Release 0.16.3 - 2008-04-16
BUG FIXES