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 2012/10/18 23:05:08 UTC

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

Author: suresh
Date: Thu Oct 18 21:05:07 2012
New Revision: 1399857

URL: http://svn.apache.org/viewvc?rev=1399857&view=rev
Log:
HADOOP-8776. Provide an option in test-patch that can enable/disable compiling native code. Contributed by Chris Nauroth.

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=1399857&r1=1399856&r2=1399857&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Oct 18 21:05:07 2012
@@ -126,6 +126,9 @@ Trunk (Unreleased)
 
     HADOOP-8920. Add more javadoc to metrics2 related classes. (suresh)
 
+    HADOOP-8776. Provide an option in test-patch that can enable/disable
+    compiling native code. (Chris Nauroth via suresh)
+
   BUG FIXES
 
     HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.