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 dd...@apache.org on 2009/10/21 22:11:21 UTC

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

Author: ddas
Date: Wed Oct 21 20:11:21 2009
New Revision: 828181

URL: http://svn.apache.org/viewvc?rev=828181&view=rev
Log:
HADOOP-6218. Moving the commit comment to 0.20.2.

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=828181&r1=828180&r2=828181&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Wed Oct 21 20:11:21 2009
@@ -10,9 +10,6 @@
     hadoop-config.sh so that it allows setting java command options for
     JAVA_PLATFORM.  (Koji Noguchi via szetszwo)
 
-    HADOOP-6218. Adds a feature where TFile can be split by Record
-    Sequence number. (Hong Tang and Raghu Angadi via ddas)
-
   IMPROVEMENTS
 
     HADOOP-6283. Improve the exception messages thrown by
@@ -1119,6 +1116,13 @@
 
 Release 0.20.2 - Unreleased
 
+  NEW FEATURES
+
+    HADOOP-6218. Adds a feature where TFile can be split by Record
+    Sequence number. (Hong Tang and Raghu Angadi via ddas)
+
+  BUG FIXES
+
     HADOOP-6231. Allow caching of filesystem instances to be disabled on a
     per-instance basis. (tomwhite)