- Changelog update.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jan 2007 00:48:40 +0000 (00:48 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jan 2007 00:48:40 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@496553 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 9194326..5676401 100644 (file)
       <fix>
         Make provided instances of RequestDispatcher thread safe. (markt)
       </fix>
+      <add>
+        Optional development oriented loader implementation. (funkman)
+      </add>
+      <add>
+        Optimized access log valve, submitted by Takayuki Kaneko. (remm)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">
         Display the JSP source when a compilation error occurs and display
         the correct line number rather than start of a scriptlet block. (markt)
       </fix>
+      <fix>
+        Fix NPE when processing dynamic attributes. (remm)
+      </fix>
+      <fix>
+        More accurate EL usage validation. (remm)
+      </fix>
+      <fix>
+        Fix regression for implicit taglib and page data version numbers. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Webapps">