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 da...@apache.org on 2013/08/06 01:03:16 UTC

svn commit: r1510796 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: daryn
Date: Mon Aug  5 23:03:16 2013
New Revision: 1510796

URL: http://svn.apache.org/r1510796
Log:
Update changes for HADOOP-9832.

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1510796&r1=1510795&r2=1510796&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Aug  5 23:03:16 2013
@@ -370,6 +370,8 @@ Release 2.1.0-beta - 2013-08-06
 
     HADOOP-9698. [RPC v9] Client must honor server's SASL negotiate response (daryn)
 
+    HADOOP-9832. [RPC v9] Add RPC header to client ping (daryn)
+
   NEW FEATURES
 
     HADOOP-9283. Add support for running the Hadoop client on AIX. (atm)