You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by mw...@apache.org on 2005/10/20 07:28:13 UTC

svn commit: r326829 - in /logging/log4j/branches/v1_2-branch: build.xml docs/HISTORY.txt

Author: mwomack
Date: Wed Oct 19 22:28:07 2005
New Revision: 326829

URL: http://svn.apache.org/viewcvs?rev=326829&view=rev
Log:
Added history for 1.2.13 fixes; updated version to 1.2.13rc1

Modified:
    logging/log4j/branches/v1_2-branch/build.xml
    logging/log4j/branches/v1_2-branch/docs/HISTORY.txt

Modified: logging/log4j/branches/v1_2-branch/build.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/branches/v1_2-branch/build.xml?rev=326829&r1=326828&r2=326829&view=diff
==============================================================================
--- logging/log4j/branches/v1_2-branch/build.xml (original)
+++ logging/log4j/branches/v1_2-branch/build.xml Wed Oct 19 22:28:07 2005
@@ -17,7 +17,7 @@
   <!-- prefixed with "env". -->
   <property environment="env"/>
 
-  <property name="version" value="1.2.12"/>
+  <property name="version" value="1.2.13rc1"/>
 
   <!-- The base directory relative to which most targets are built -->
   <property name="base" value="."/>

Modified: logging/log4j/branches/v1_2-branch/docs/HISTORY.txt
URL: http://svn.apache.org/viewcvs/logging/log4j/branches/v1_2-branch/docs/HISTORY.txt?rev=326829&r1=326828&r2=326829&view=diff
==============================================================================
--- logging/log4j/branches/v1_2-branch/docs/HISTORY.txt (original)
+++ logging/log4j/branches/v1_2-branch/docs/HISTORY.txt Wed Oct 19 22:28:07 2005
@@ -5,6 +5,18 @@
        client code. 
  [***] Changes requiring important modifications to existing client code.
 
+ October 19th, 2005
+ 
+ - Release of version 1.2.13rc1
+ 
+ - Fixed bug 36800.  Location related info now emitted for TRACE level log
+   messages.
+   
+ - Fixed bug 37122.  Console appender now behaves as before to fix
+   compatibility problem with JBoss introduced in 1.2.12 release due to fix
+   for bug 31056.  Can still be configured to detect changes in the System.out
+   and System.err streams as needed by setting the honorReassignment property.
+   
  August 29th, 2005
 
  - Release of version 1.2.12



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org