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 2008/09/09 22:33:48 UTC

svn commit: r693595 - in /hadoop/core/branches/branch-0.18: .eclipse.templates/.classpath CHANGES.txt lib/log4j-1.2.13.jar lib/log4j-1.2.15.jar

Author: omalley
Date: Tue Sep  9 13:33:47 2008
New Revision: 693595

URL: http://svn.apache.org/viewvc?rev=693595&view=rev
Log:
HADOOP-3934. Merge from trunk down into branch 0.18. Also included half of the
change for HADOOP-4037 relevant to the log4j jar name.

Added:
    hadoop/core/branches/branch-0.18/lib/log4j-1.2.15.jar
      - copied unchanged from r686882, hadoop/core/trunk/lib/log4j-1.2.15.jar
Removed:
    hadoop/core/branches/branch-0.18/lib/log4j-1.2.13.jar
Modified:
    hadoop/core/branches/branch-0.18/.eclipse.templates/.classpath
    hadoop/core/branches/branch-0.18/CHANGES.txt

Modified: hadoop/core/branches/branch-0.18/.eclipse.templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/.eclipse.templates/.classpath?rev=693595&r1=693594&r2=693595&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/.eclipse.templates/.classpath (original)
+++ hadoop/core/branches/branch-0.18/.eclipse.templates/.classpath Tue Sep  9 13:33:47 2008
@@ -27,7 +27,7 @@
 	<classpathentry kind="lib" path="lib/jetty-ext/jsp-api.jar"/>
 	<classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
 	<classpathentry kind="lib" path="lib/kfs-0.1.3.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
 	<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
 	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-api-1.4.3.jar"/>

Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=693595&r1=693594&r2=693595&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Tue Sep  9 13:33:47 2008
@@ -2,6 +2,10 @@
 
 Release 0.18.1 - Unreleased
 
+  IMPROVEMENTS
+
+    HADOOP-3934. Upgrade log4j to 1.2.15. (omalley)
+
   BUG FIXES
 
     HADOOP-3995. In case of quota failure on HDFS, rename does not restore