From 7b16011cdbfffa0d5f1a921a9d6083699bb8ae38 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 11 Jan 2011 18:56:07 +0000 Subject: [PATCH] Bring up to date git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057797 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0cc788604..6d5d590d3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -41,6 +41,38 @@ +
+ + + + Improve fix for 50205 to trigger an error earlier if invalid + configuration is used. (markt) + + + + + + + Improve special case handling of + javax.servlet.jsp.el.ScopedAttributeELResolver in + javax.el.CompositeELResolver to handle sub-classes. + (markt) + + + + + + + Extend the Checkstyle tests to check for license headers. (markt) + + + Modify the build script so a release build always rebuilds the + dependencies to ensure that the correct Tomcat version appears in the + manifest. (markt) + + + +
-- 2.11.0