You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by to...@apache.org on 2011/02/09 17:51:10 UTC

svn commit: r1068968 - in /hadoop/hdfs/trunk: CHANGES.txt build.xml

Author: todd
Date: Wed Feb  9 16:51:10 2011
New Revision: 1068968

URL: http://svn.apache.org/viewvc?rev=1068968&view=rev
Log:
HDFS-1600. Fix release audit warnings on trunk. Contributedy by Todd Lipcon

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/build.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1068968&r1=1068967&r2=1068968&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Feb  9 16:51:10 2011
@@ -93,6 +93,8 @@ Trunk (unreleased changes)
 
     HDFS-1602. Fix HADOOP-4885 for it is doesn't work as expected. (boryas)
 
+    HDFS-1600. Fix release audit warnings on trunk. (todd)
+
 Release 0.22.0 - Unreleased
 
   NEW FEATURES

Modified: hadoop/hdfs/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=1068968&r1=1068967&r2=1068968&view=diff
==============================================================================
--- hadoop/hdfs/trunk/build.xml (original)
+++ hadoop/hdfs/trunk/build.xml Wed Feb  9 16:51:10 2011
@@ -1200,6 +1200,7 @@
         <exclude name="webapps/**/WEB-INF/web.xml"/>
         <exclude name="src/docs/releasenotes.html" />
         <exclude name="src/test/hdfs/org/apache/hadoop/cli/clitest_data/" />
+        <exclude name="src/test/hdfs/org/apache/hadoop/hdfs/tools/offlineEditsViewer/editsStored*" />
         <exclude name="**/*/robots.txt" />
         <exclude name="src/c++/libhdfs/m4/libtool.m4" />
         <exclude name="src/c++/libhdfs/m4/lt~obsolete.m4" />