You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/05/29 11:13:14 UTC

svn commit: r1343615 - /logging/log4php/trunk/src/site/xdoc/changelog.xml

Author: ihabunek
Date: Tue May 29 09:13:13 2012
New Revision: 1343615

URL: http://svn.apache.org/viewvc?rev=1343615&view=rev
Log:
Started a changelog for v2.3.0.

Modified:
    logging/log4php/trunk/src/site/xdoc/changelog.xml

Modified: logging/log4php/trunk/src/site/xdoc/changelog.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/xdoc/changelog.xml?rev=1343615&r1=1343614&r2=1343615&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/xdoc/changelog.xml (original)
+++ logging/log4php/trunk/src/site/xdoc/changelog.xml Tue May 29 09:13:13 2012
@@ -29,6 +29,34 @@
 				<param name="fromDepth" value="2"/>
 			</macro>
 
+			<subsection name="Apache log4php v2.3.0" id="Apache_log4php_v2.3.0">
+				<p>Release date: TBA</p>
+				<p><a href="changes-report.html#a2.3.0">JIRA change log</a></p>
+				
+				<p><strong>New features:</strong></p>
+				<ul>
+					<li>New appender: <a href="docs/appenders/fire-php.html">FirePHP</a> (thanks to Vladimir Gorej)</li>
+				</ul>
+				
+				<p><strong>Improvements:</strong></p>
+				<ul>
+					<li></li>
+				</ul>
+				
+				<p><strong>Breaking changes:</strong></p>
+				<ul>
+					<li>Several changes to <a href="docs/appenders/pdo.html">LoggerAppenderPDO</a>:
+						<ul>
+							<li>a database table for logging will no longer be created by the appender; the user must 
+								create this table manually.</li>
+							<li>the default date pattern does not include milliseconds (this is faster)</li>
+						</ul>
+					</li>
+				</ul>
+				<p>Please review the documentation and make any necessary changes to your configuration.</p>
+				
+			</subsection>
+
 		    <subsection name="Apache log4php v2.2.1" id="Apache_log4php_v2.2.1">
 		        <p>Release date: 18.02.2012.</p>
 		        <p><a href="changes-report.html#a2.2.1">JIRA change log</a></p>