remm 2003/02/10 11:47:40 Modified: . RELEASE-NOTES-4.1.txt Log: - Status update. Revision Changes Path 1.54 +66 -2 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.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- RELEASE-NOTES-4.1.txt 4 Feb 2003 13:27:40 -0000 1.53 +++ RELEASE-NOTES-4.1.txt 10 Feb 2003 19:47:40 -0000 1.54 @@ -65,6 +65,7 @@ [4.1.19] Administration Webapp: Complete the accessibility requirements to pass section 508. + --------------------- Catalina New Features: --------------------- @@ -123,6 +124,12 @@ [4.1.19] CoyoteConnector: Add HTTP/1.1 GZIP compression support. +[4.1.20] StandardWrapper, ManagerBase: + Added JavaBean fields to expose statistics through JMX. + +[4.1.20] GlobalResourcesLifecycleListener: + Allow the listener to be associated with a Service. + ------------------- Jasper New Features: @@ -240,6 +247,18 @@ which were caused by JARs being set as endorsed and added to the system classloader. +[4.1.20] Xerces: + Upgrade to Xerces 2.3.0. + +[4.1.20] Administration Webapp: + Additional accessibility improvements. + +[4.1.20] Administration Webapp: + Fix to prevent localhost from being deleted. + +[4.1.20] Administration Webapp: + Fix the beahavior of valve creation, where atributes weren't saved. + ------------------ Catalina Bug Fixes: @@ -640,11 +659,27 @@ attributes. [4.1.20] #16316 - DataSourceRealm + DataSourceRealm: Removed code which validates the realm can connect to the db from the realm start in case the JNDI named DataSource has not been initialized yet. +[4.1.20] #16106 + StandardServer: + Fix a problem where some valves would be incorrectly written + to server.xml. + +[4.1.20] StandardSession: + Don't recycle sessions, as the performance gain is minimal. + +[4.1.20] CookieTools: + Add spaces after ; in cookies. This avoids problems with IE on Mac. + +[4.1.20] Manager: + Add missing security mapping for deploy (this bug was introduced + in 4.1.19). + + ---------------- Coyote Bug Fixes: ---------------- @@ -807,6 +842,9 @@ [4.1.19] ThreadPool: Remove thread from active thread list when it ends. +[4.1.20] CoyoteConnector: + Allow setting socket linger. + ---------------- Jasper Bug Fixes: @@ -1051,6 +1089,32 @@ the JSP page compiles which are not reused are dereferenced so they are eligible for GC. This should reduce the memory footprint and improve GC performance. + +[4.1.20] JspC: + Port fixes to JspC from HEAD, including support for packaged JSPs, and + fixes to webapp precompilation. + +[4.1.20] Compiler: + Dereference objects used during compilation, in order to allow + garbage collection. + +[4.1.20] Compiler: + Fixed a NPE caused by nulling errorDispatcher. + +[4.1.20] #16181 + Generator: + JspWriter not restored properly when exception thrown + in a tag's body content. + +[4.1.20] #16200 + Generator: + Fix isThreadSafe functionality. + +[4.1.20] #16449 + JspServletWrapper: + Fix race condition in the reloading check by using an object local + boolean. + ============================ KNOWN ISSUES IN THIS RELEASE:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]