remm 02/05/14 21:42:31 Modified: . RELEASE-NOTES-4.1.txt RELEASE-PLAN-4.1.txt Log: - Status update. Revision Changes Path 1.5 +14 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- RELEASE-NOTES-4.1.txt 10 May 2002 16:26:25 -0000 1.4 +++ RELEASE-NOTES-4.1.txt 15 May 2002 04:42:31 -0000 1.5 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.1.txt,v 1.4 2002/05/10 16:26:25 remm Exp $ +$Id: RELEASE-NOTES-4.1.txt,v 1.5 2002/05/15 04:42:31 remm Exp $ ============ @@ -70,6 +70,10 @@ well as set default values, and add missing JNDI name field. [4.1.2] Administration Webapp: + Fix many problems defining a SSL connector through the administration + webapp. + +[4.1.2] Administration Webapp: Many cosmetic fixes. @@ -92,6 +96,10 @@ [4.1.2] DbcpDataSourceFactory: maxIdle attribute couldn't be set. +[4.1.2] Facades: + Fixed a problem where the facades would still keep a pointer to the + facaded objects after the end of the processing of the request. + ---------------- Jasper Bug Fixes: @@ -107,6 +115,11 @@ [4.1.2] Generator: Fixes various problems introduced by the patch which removes the try/catch tag nesting. + +[4.1.2] #8994 + Summary: JSPs don't recompile + JspServletWrapper: + Fix JSP recompilation when the new "development" flag is set to "true". ============================ 1.9 +4 -4 jakarta-tomcat-4.0/RELEASE-PLAN-4.1.txt Index: RELEASE-PLAN-4.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.1.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- RELEASE-PLAN-4.1.txt 30 Apr 2002 08:41:46 -0000 1.8 +++ RELEASE-PLAN-4.1.txt 15 May 2002 04:42:31 -0000 1.9 @@ -1,4 +1,4 @@ -$Id: RELEASE-PLAN-4.1.txt,v 1.8 2002/04/30 08:41:46 remm Exp $ +$Id: RELEASE-PLAN-4.1.txt,v 1.9 2002/05/15 04:42:31 remm Exp $ Release Plan for Apache Tomcat 4.1 ================================== @@ -20,12 +20,12 @@ * JMX based administration features * JSP and Struts based administration web application * New Coyote HTTP/1.1 connector -* New Coyote JK2 AJP 1.4 connector +* New Coyote JK2 AJP 1.3 connector * Rewritten Jasper JSP page compiler * Performance and memory efficiency improvements -* Enhanced manager application support for integration with development tools. +* Enhanced manager application support for integration with development tools * Custom Ant tasks to interact with the manager application directly - from build.xml scripts. + from build.xml scripts * Many other miscanellous improvements Apache Tomcat 4.1 will use the build numbering and release process first used
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>