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 su...@apache.org on 2011/06/10 01:57:45 UTC

svn commit: r1134134 - /hadoop/common/branches/yahoo-merge/CHANGES.txt

Author: suresh
Date: Thu Jun  9 23:57:45 2011
New Revision: 1134134

URL: http://svn.apache.org/viewvc?rev=1134134&view=rev
Log:
Updating the CHANGES.txt with missing HADOOP-6904 and HADOOP-7227 description

Modified:
    hadoop/common/branches/yahoo-merge/CHANGES.txt

Modified: hadoop/common/branches/yahoo-merge/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/yahoo-merge/CHANGES.txt?rev=1134134&r1=1134133&r2=1134134&view=diff
==============================================================================
--- hadoop/common/branches/yahoo-merge/CHANGES.txt (original)
+++ hadoop/common/branches/yahoo-merge/CHANGES.txt Thu Jun  9 23:57:45 2011
@@ -3,6 +3,7 @@ Hn jaadoop Change Log
 Trunk (unreleased changes)
 
   INCOMPATIBLE CHANGES
+   HADOOP-6904. Support method based RPC compatiblity. (hairong)
 
   NEW FEATURES
 
@@ -44,6 +45,9 @@ Trunk (unreleased changes)
     HADOOP-7235. Refactor the tail command to conform to new FsCommand class.
     (Daryn Sharp via szetszwo)
 
+    HADOOP-7227. Remove protocol version check at proxy creation in Hadoop
+    RPC. (jitendra)
+
     HADOOP-7236. Refactor the mkdir command to conform to new FsCommand class.
     (Daryn Sharp via szetszwo)