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 om...@apache.org on 2011/03/04 04:36:09 UTC

svn commit: r1077055 - /hadoop/common/branches/branch-0.20-security-patches/build.xml

Author: omalley
Date: Fri Mar  4 03:36:09 2011
New Revision: 1077055

URL: http://svn.apache.org/viewvc?rev=1077055&view=rev
Log:
commit feb752558ff0a66300835215efce6b69efef19a6
Author: Yahoo\! <lt...@yahoo-inc.com>
Date:   Thu Nov 19 08:59:28 2009 -0800

    Updating the build.xml to 'genericize' the version string and
    YAHOO-CHANGES.txt to include the correct list of fixes.  Going
    forward build versions will be managed by the build.properties
    file.
    
    +++ b/YAHOO-CHANGES.txt
    +yahoo-hadoop-0.20.1-3195383000
    +    HDFS-625. Fix NullPointerException thrown from ListPathServlet.
    +    Contributed by Suresh Srinivas.
    +
    +    HADOOP-6343. Log unexpected throwable object caught in RPC.
    +    Contributed by Jitendra Nath Pandey
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/build.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/build.xml?rev=1077055&r1=1077054&r2=1077055&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/build.xml Fri Mar  4 03:36:09 2011
@@ -27,7 +27,7 @@
  
   <property name="Name" value="Hadoop"/>
   <property name="name" value="hadoop"/>
-  <property name="version" value="0.20.1.3092118005"/>
+  <property name="version" value="0.20.1-dev"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="year" value="2009"/>