Author: ggregory
Date: Sat May 5 19:41:01 2012
New Revision: 1334472
URL: http://svn.apache.org/viewvc?rev=1334472&view=rev
Log:
Added an entry for 1.2.17 for issue 52913: Configure from an InputStream.
Modified:
logging/log4j/trunk/src/changes/changes.xml
Modified: logging/log4j/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=1334472&r1=1334471&r2=1334472&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Sat May 5 19:41:01 2012
@@ -22,6 +22,7 @@
<body>
<release version="1.2.17" date="2010-06-99" description="Maintenance
release">
<action issue="49470">log4j 1.2.17 release preparation</action>
+ <action issue="52913" action="add" dev="ggregory">Configure from an
InputStream</action>
<action issue="51597" action="fix">JDBCAppender not closed due to SQL
Exception while executing an SQL (thanks to Anurag Agarwal)</action>
<action issue="50486" action="fix">Memoryleak -
org.apache.log4j.helpers.ThreadLocalMap</action>
<action issue="48588" action="fix">DOMConfigurator does not close input
stream when configured based on URL.</action>