Author: nbubna Date: Thu Nov 17 15:33:34 2005 New Revision: 345362 URL: http://svn.apache.org/viewcvs?rev=345362&view=rev Log: add note about logging changes
Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/docs/changes.xml?rev=345362&r1=345361&r2=345362&view=diff ============================================================================== --- jakarta/velocity/core/trunk/xdocs/docs/changes.xml (original) +++ jakarta/velocity/core/trunk/xdocs/docs/changes.xml Thu Nov 17 15:33:34 2005 @@ -22,6 +22,7 @@ </p> <ul> +<li>Made a lot of internal logging upgrades including: Deprecated LogSystem interface and replaced it (and all its implementations) with a new LogChute interface and implementations, added getLog() to RuntimeServices (and all its friends) to improve on and replace its now deprecated logging methods, added a JdkLogChute as a 3rd default option for those using JDK 1.4+, and added a StandardOutLogChute as final resort if other LogChute inits fail. See JIRA issues VELOCITY-403, VELOCITY-166, VELOCITY-78, VELOCITY-157, VELOCITY-159, VELOCITY-193. (ndb)</li> <li>ant build now downloads the required dependency jars from ibiblio.org (henning)</li> <li>Unified template name, line and column number reporting for ParserErrorException (henning)</li> <li>Dropped the non-functional Velocity compiler. (henning)</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]