Author: hairong
Date: Mon Oct 26 18:35:11 2009
New Revision: 829894
URL: http://svn.apache.org/viewvc?rev=829894&view=rev
Log:
Move the change log of HDFS-723 from section 0.21 to section 0.20.2
Modified:
hadoop/hdfs/trunk/CHANGES.txt
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=829894&r1=829893&r2=829894&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Mon Oct 26 18:35:11 2009
@@ -456,8 +456,6 @@
HDFS-725. Support the build error fix for HADOOP-6327. (Sanjay Radia via
szetszwo)
- HDFS-723. Fix deadlock in DFSClient#DFSOutputStream. (hairong)
-
Release 0.20.2 - Unreleased
IMPROVEMENTS
@@ -479,6 +477,8 @@
HDFS-579. Fix DfsTask to follow the semantics of 0.19, regarding non-zero
return values as failures. (Christian Kunz via cdouglas)
+ HDFS-723. Fix deadlock in DFSClient#DFSOutputStream. (hairong)
+
Release 0.20.1 - 2009-09-01
IMPROVEMENTS