Author: suresh
Date: Wed Sep 23 23:29:23 2009
New Revision: 818318
URL: http://svn.apache.org/viewvc?rev=818318&view=rev
Log:
Moved a release 21 change to release 21 changes section from trunk.
Modified:
hadoop/hdfs/trunk/CHANGES.txt
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=818318&r1=818317&r2=818318&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Sep 23 23:29:23 2009
@@ -11,7 +11,6 @@
OPTIMIZATIONS
BUG FIXES
- HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure.
(suresh)
Release 0.21.0 - Unreleased
@@ -284,6 +283,8 @@
HDFS-637. DataNode sends a Success ack when block write fails. (hairong)
+ HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure.
(suresh)
+
Release 0.20.1 - 2009-09-01
IMPROVEMENTS