From: remm Date: Tue, 16 Jan 2007 00:48:40 +0000 (+0000) Subject: - Changelog update. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c70828b39969781cb9b884f4c74f535ba831dbb8;p=tomcat7.0 - Changelog update. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@496553 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9194326ee..56764018a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -20,6 +20,12 @@ Make provided instances of RequestDispatcher thread safe. (markt) + + Optional development oriented loader implementation. (funkman) + + + Optimized access log valve, submitted by Takayuki Kaneko. (remm) + @@ -32,6 +38,15 @@ Display the JSP source when a compilation error occurs and display the correct line number rather than start of a scriptlet block. (markt) + + Fix NPE when processing dynamic attributes. (remm) + + + More accurate EL usage validation. (remm) + + + Fix regression for implicit taglib and page data version numbers. (remm) +