remm 2002/06/09 18:47:52 Modified: . RELEASE-NOTES-4.1.txt Log: - Update changelog. Revision Changes Path 1.8 +28 -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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- RELEASE-NOTES-4.1.txt 6 Jun 2002 06:06:10 -0000 1.7 +++ RELEASE-NOTES-4.1.txt 10 Jun 2002 01:47:52 -0000 1.8 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.1.txt,v 1.7 2002/06/06 06:06:10 remm Exp $ +$Id: RELEASE-NOTES-4.1.txt,v 1.8 2002/06/10 01:47:52 remm Exp $ ============ @@ -54,6 +54,16 @@ [4.1.3] CoyoteConnector: Add PureTLS support. +[4.1.4] Embedded: + Add support for Coyote HTTP/1.1 and Coyote JK 2. + +[4.1.4] DefaultContext: + Refactoring of DefaultContext to support dynamic configuration (naming + resources and other misc properties). + +[4.1.4] MBeanUtils: + Allow specifying custom MBean descriptor files. + ------------------- Jasper New Features: @@ -86,6 +96,12 @@ method. Now Jasper generates separate methods for tag bodies when lots of tags are used. +[4.1.4] Generator: + Add tag instance reuse for performance improvement. + +[4.1.4] Generator: + Add tag BodyContent reuse. + ========================== BUG FIXES AND IMPROVEMENTS: @@ -203,6 +219,17 @@ Fix ServletContext.getResourcePaths to match spec ApplicationContext: getResourcePaths now returns null for non existing paths. + +[4.1.4] #9676 + org.apache.coyote.tomcat4.CoyoteServerSocketFactory doesn't recognize + keystoreType attribute + Http11Protocol: + Add missing setKeytype method. + +[4.1.4] #5446 + Can't change webapp class loader + WebappLoader: + Use introspection to instantiate the class loader. ----------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>