remm 2002/11/08 06:58:39 Modified: . RELEASE-NOTES-4.1.txt Log: - Document changes over 4.1.14. Revision Changes Path 1.28 +38 -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.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- RELEASE-NOTES-4.1.txt 30 Oct 2002 04:25:52 -0000 1.27 +++ RELEASE-NOTES-4.1.txt 8 Nov 2002 14:58:38 -0000 1.28 @@ -56,6 +56,9 @@ [4.1.11] Documentation: New JK and JK 2 documentation. +[4.1.15] i18n: + Complete French language translation. + --------------------- Catalina New Features: @@ -180,6 +183,9 @@ [4.1.12] Administration Webapp: Complete support for DefaultContext. +[4.1.15] Administration Webapp: + Fix edition and creation of resource links. + ------------------ Catalina Bug Fixes: @@ -494,6 +500,14 @@ [4.1.14] ContextConfig: Fix TLD processing. +[4.1.15] #13583 + ApplicationContext: + Add path normalization. + +[4.1.15] FileDirContext: + allowLinking will also disable case sensitivity checks (which are + relatively similar). + ---------------- Coyote Bug Fixes: @@ -551,6 +565,15 @@ [4.1.15] JK2 JkCoyoteHander: Fix problem where the same buffer was used for output and input. +[4.1.15] Tomcat 4 Adapter: + Closing the output stream or writer in the Tomcat 4 adapter will now + finish the response. + +[4.1.15] HTTP/1.1 InternalOutputBuffer: + Fix possible loop scenarios which could happen if an invalid 0 length + read was made. + + ---------------- Jasper Bug Fixes: ---------------- @@ -745,6 +768,20 @@ [4.1.14] Compiler: Add global synchronization on the javac invocation. + +[4.1.15] Jspc: + Rename "--compile" option to "-compile" (it was undocumented). + +[4.1.15] #14195 + ErrorDispatcher: + Fix NPE. + +[4.1.15] #14197 + Generator: + Allow jspDestroy to be overriden. + +[4.1.15] PageContextImpl: + Avoid flushing after processing the page. ============================
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>