Author: shv
Date: Mon Sep 21 18:03:20 2009
New Revision: 817353
URL: http://svn.apache.org/viewvc?rev=817353&view=rev
Log:
HDFS-629. Merge -r 816987:816988 from trunk to branch 0.21.
Modified:
hadoop/hdfs/trunk/CHANGES.txt
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=817353&r1=817352&r2=817353&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Mon Sep 21 18:03:20 2009
@@ -12,9 +12,6 @@
BUG FIXES
- HDFS-629. Remove ReplicationTargetChooser.java along with fixing
- import warnings generated by Eclipse. (dhruba)
-
Release 0.21.0 - Unreleased
@@ -279,6 +276,9 @@
HDFS-622. checkMinReplication should count live nodes only. (shv)
+ HDFS-629. Remove ReplicationTargetChooser.java along with fixing
+ import warnings generated by Eclipse. (dhruba)
+
Release 0.20.1 - 2009-09-01
IMPROVEMENTS