Author: markt Date: Sat Jun 10 10:42:52 2006 New Revision: 413336 URL: http://svn.apache.org/viewvc?rev=413336&view=rev Log: Changes to 10 June 2006
Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=413336&r1=413335&r2=413336&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original) +++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Sat Jun 10 10:42:52 2006 @@ -101,7 +101,7 @@ Upgrade to 1.4 [4.1.32] Xerces - Upgrade to 2.7.1 + Upgrade to 2.8.0 [4.1.32] Commons Daemon Upgrade to 1.0.1 @@ -110,7 +110,7 @@ Upgrade to 1.2.1 [4.1.32] Commons Pool - Upgrade to 1.2 + Upgrade to 1.3 [4.1.32] JUnit Upgrade to 3.8.1 @@ -119,7 +119,37 @@ Upgrade to 1.3.3_01 [4.1.32] Tyrex Data Source - Upgrade to 1.0.2 + Upgrade to 1.0.3 + +[4.1.32] Building + Now compiles on Java 5 + +[4.1.32] NIS + Upgrade to 2.14 + +[4.1.32] Struts + Upgrade to 1.2.9 + +[4.1.32] Building + Re-structure source distribution so build scripts work without + modification + +[4.1.32] Service + Replace JavaService with commons-deamon + +[4.1.32] Commons FileUpload + Upgrade to 1.1.1 (requires commons-io) + +[4.1.32] Commons IO + Add version 1.2 + +[4.1.32] JUnit + Upgrade to 3.8.2 + + +[4.1.32] Pure TLS + Upgrade to 0.9b5 + --------------------- @@ -1549,6 +1579,25 @@ [4.1.32] JNDI Realm Add support for CLIENT-CERT authentication +[4.1.32] CGI Servlet + Add REQUEST_URI to environment + +[4.1.32] #38814 + CGI Servlet + CGIServlet applies wrong charset + +[4.1.32] #33636 + Deployment + ExpandWar doesn't set the lastModified attribute + +[4.1.32] Deployment + Expanded WARs are now deleted when the webapp is removed + +[4.1.32] #28845 + Deployment + Fix possible race condition between HostConfig and Manager/HTMLManager + when uploading a WAR for deployment + ---------------- Coyote Bug Fixes: @@ -1791,6 +1840,13 @@ [4.1.31] Upgrade to Connectors from Tomcat 5.0.28 +[4.1.32] Upgrade to Connectors from Tomcat 5.5.x branch + +[4.1.32] Update TC4 CoyoteConnector to + - enable the full range of protocol config options + - enable the use of future protocol config options + - deprecate use of the Factory element in server.xml + ---------------- Jasper Bug Fixes: @@ -2168,7 +2224,7 @@ [4.1.31] #18778 Compiler - popBody not always called as expected resulting in unexpected output + Implement mapped file [4.1.31] #27253 Build script @@ -2188,7 +2244,63 @@ [4.1.31] #26400 JspC - Fix package name generation. + Fix package name generation + +[4.1.32] #19778 + Compiler + Ensure JSPs in XMl form using UTF-8 encoding (or any other encoding) + are handled correctly + +[4.1.32] #31550 + Compiler + Jasper now compilies JSP when tag attribute ends in \\\\ + +[4.1.32] #25899 + Compiler + Encoding for included page is now correctly determined when the included + page contains a page import directive. + +[4.1.32] #29335 + Resources + Resource names in resource files did not agree with names used in code + +[4.1.32] #27806 + Compiler + JspC creates blank files on failure and does not alwats re-attempt java + generation + +[4.1.32] #33368 + Runtime + Fix leak in swallowOutput + +[4.1.32] #25095 + Compiler + Tags generated by <jsp:plugin> are not well-formed + +[4.1.32] #22867 + Compiler + Tag handlers can't be inner/nested classes + +[4.1.32] #22293 + JspC + JspC class name doesn't match Jasper + +[4.1.32] #18477 + JspC + JspC unable to precompile linked jsp files + +[4.1.32] #25597 + JspC + Fix ArrayIndexOutOfBounds excpetion + +[4.1.32] #22802 + Compiler + Tag handlers can't be inner/nested classes + +[4.1.32] #21440 + Runtime + <jsp:include> whose target performs a 'forward' does not behave as + expected ============================ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]