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 cd...@apache.org on 2010/02/18 23:03:19 UTC

svn commit: r911611 - /hadoop/common/branches/branch-0.20/CHANGES.txt

Author: cdouglas
Date: Thu Feb 18 22:03:18 2010
New Revision: 911611

URL: http://svn.apache.org/viewvc?rev=911611&view=rev
Log:
prep for 0.20.2-rc3

Modified:
    hadoop/common/branches/branch-0.20/CHANGES.txt

Modified: hadoop/common/branches/branch-0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/CHANGES.txt?rev=911611&r1=911610&r2=911611&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20/CHANGES.txt Thu Feb 18 22:03:18 2010
@@ -2,12 +2,6 @@
 
 Release 0.20.3 - Unreleased
 
-    MAPREDUCE-623. Resolve javac warnings in mapreduce. (Jothi Padmanabhan
-    via sharad)
-
-    HADOOP-6575. Remove call to fault injection tests not present in 0.20.
-    (cdouglas)
-
 Release 0.20.2 - 2010-2-16
 
   NEW FEATURES
@@ -63,6 +57,12 @@
     HDFS-761. Fix failure to process rename operation from edits log due to 
     quota verification. (suresh)
 
+    MAPREDUCE-623. Resolve javac warnings in mapreduce. (Jothi Padmanabhan
+    via sharad)
+
+    HADOOP-6575. Remove call to fault injection tests not present in 0.20.
+    (cdouglas)
+
   IMPROVEMENTS
 
     HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon