remm 02/05/10 09:26:25 Modified: . RELEASE-NOTES-4.1.txt Log: - Status update. Revision Changes Path 1.4 +19 -5 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-4.1.txt 8 May 2002 18:36:45 -0000 1.3 +++ RELEASE-NOTES-4.1.txt 10 May 2002 16:26:25 -0000 1.4 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.1.txt,v 1.3 2002/05/08 18:36:45 remm Exp $ +$Id: RELEASE-NOTES-4.1.txt,v 1.4 2002/05/10 16:26:25 remm Exp $ ============ @@ -38,10 +38,6 @@ Complete development of the initial version of the administration web application. -[4.1.2] Administration Webapp: - Fix problems with limiting the length of the driverClassName field, as - well as set default values. - --------------------- Catalina New Features: @@ -69,6 +65,13 @@ Generic Bug Fixes: ------------------ +[4.1.2] Administration Webapp: + Fix problems with limiting the length of the driverClassName field, as + well as set default values, and add missing JNDI name field. + +[4.1.2] Administration Webapp: + Many cosmetic fixes. + ------------------ Catalina Bug Fixes: @@ -82,6 +85,13 @@ JAR file which point to the JAR, intead of using a nested jar: URL. This change will affect security manager policy files. +[4.1.2] ErrorReportValve: + Made it so the valve will only generate status reports for status codes + over 300. + +[4.1.2] DbcpDataSourceFactory: + maxIdle attribute couldn't be set. + ---------------- Jasper Bug Fixes: @@ -93,6 +103,10 @@ This workaround for a JDK bug (BugParade Id: 4414162) introduces a massive performance improvement when using pages containing lots of tags. + +[4.1.2] Generator: + Fixes various problems introduced by the patch which removes + the try/catch tag nesting. ============================
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>