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 co...@apache.org on 2010/05/19 01:19:42 UTC

svn commit: r945953 - /hadoop/common/trunk/CHANGES.txt

Author: cos
Date: Tue May 18 23:19:42 2010
New Revision: 945953

URL: http://svn.apache.org/viewvc?rev=945953&view=rev
Log:
HADOOP-6752. CHANGES.txt should be updated in 0.21 section instead of 0.22

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=945953&r1=945952&r2=945953&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Tue May 18 23:19:42 2010
@@ -3,9 +3,6 @@ Hadoop Change Log
 Trunk (unreleased changes)
 
   IMPROVEMENTS
-    HADOOP-6752. Remote cluster control functionality needs JavaDocs
-    improvement (Balaji Rajagopalan via cos).
-
     HADOOP-6627. "Bad Connection to FS" message in FSShell should print 
     message from the exception (boryas)
 
@@ -328,6 +325,9 @@ Release 0.21.0 - Unreleased
 
   IMPROVEMENTS
 
+    HADOOP-6752. Remote cluster control functionality needs JavaDocs
+    improvement (Balaji Rajagopalan via cos).
+
     HADOOP-4565. Added CombineFileInputFormat to use data locality information
     to create splits. (dhruba via zshao)