Author: chammers Date: Sun Oct 11 00:01:55 2009 New Revision: 823983 URL: http://svn.apache.org/viewvc?rev=823983&view=rev Log: Added some bugs that were fixed in the last weeks
Modified: incubator/log4php/trunk/src/changes/changes.xml Modified: incubator/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/changes/changes.xml?rev=823983&r1=823982&r2=823983&view=diff ============================================================================== --- incubator/log4php/trunk/src/changes/changes.xml (original) +++ incubator/log4php/trunk/src/changes/changes.xml Sun Oct 11 00:01:55 2009 @@ -77,7 +77,10 @@ <action type="fix" issue="LOG4PHP-76" by="Dan Hansen">Unable to configure socket appender with attribute useXml = true</action> <action type="fix" issue="LOG4PHP-77" by="Dan Hansen">LoggerReflectionUtils::setter() should be defined as a static method</action> <action type="fix" issue="LOG4PHP-79" by="Christian Hammers">Increased field sizes in AppenderPDO database tables</action> + <action type="fix" issue="LOG4PHP-80" by="Christian Hammers">An exception is now thrown if an unknown property is set via config file</action> <action type="fix" issue="LOG4PHP-81" by="Christian Hammers">Boolean values in .properties files are now correctly parsed</action> + <action type="fix" issue="LOG4PHP-82" by="Christian Hammers">Added more examples to the API docs</action> + <action type="fix" issue="LOG4PHP-86" by="Christian Hammers">LoggerAppenderRollingFile should not fail if the file does not already exist</action> <action type="fix" by="Christian Grobmeier">LoggerXmlConfigurator can now interpret threshold commands at appender level</action> <action type="update" by="Knut Urdalen">Initial port to PHP 5</action> <action type="update" by="Knut Urdalen">Established new unit test suite</action>