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/13 05:05:08 UTC

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

Author: cdouglas
Date: Sat Feb 13 04:05:08 2010
New Revision: 909721

URL: http://svn.apache.org/viewvc?rev=909721&view=rev
Log:
HADOOP-5612. Commit to branch 0.20

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=909721&r1=909720&r2=909721&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Sat Feb 13 04:05:08 2010
@@ -1009,9 +1009,6 @@
     HADOOP-5715. Add conf/mapred-queue-acls.xml to the ignore lists.
     (szetszwo)
 
-    HADOOP-5612. Some c++ scripts are not chmodded before ant execution.
-    (Todd Lipcon via tomwhite)
-
     HADOOP-5592. Fix typo in Streaming doc in reference to GzipCodec.
     (Corinne Chandel via tomwhite)
 
@@ -1326,7 +1323,15 @@
     HADOOP-6290. Prevent duplicate slf4j-simple jar via Avro's classpath.
     (Owen O'Malley via cdouglas)
 
-Release 0.20.2 - Unreleased
+Release 0.20.3 - Unreleased
+
+    HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
+    via tomwhite)
+
+    HADOOP-5612. Some c++ scripts are not chmodded before ant execution.
+    (Todd Lipcon via tomwhite)
+
+Release 0.20.2 - 2010-2-10
 
   NEW FEATURES
 
@@ -1357,9 +1362,6 @@
     HADOOP-6498. IPC client bug may cause rpc call hang. (Ruyue Ma and
     hairong via hairong)
 
-    HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
-    via tomwhite)
-
 Release 0.20.1 - 2009-09-01
 
   INCOMPATIBLE CHANGES