Author: remm Date: Tue Nov 7 14:43:41 2006 New Revision: 472313 URL: http://svn.apache.org/viewvc?view=rev&rev=472313 Log: - Changelog update.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=472313&r1=472312&r2=472313 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Nov 7 14:43:41 2006 @@ -14,6 +14,59 @@ </properties> <body> +<section name="Tomcat 6.0.1 (remm)"> + <subsection name="General"> + <changelog> + <fix> + <bug>37439</bug>, <bug>40823</bug>: Documentation cleanup (markt) + </fix> + </changelog> + </subsection> + <subsection name="Catalina"> + <changelog> + <update> + Refactor exception processing using Throwable.getCause to improve exception chaining (remm) + </update> + <add> + Remove dead code involving the Logger (funkman) + </add> + <fix> + <bug>37458</bug>: Fix some exceptions which could happen during classloading (markt) + </fix> + <fix> + <bug>40817</bug>: Fix CGI path (markt) + </fix> + <fix> + <bug>34956</bug>: Add the possibility to enforce usage of request and response + wrapper objects (markt) + </fix> + </changelog> + </subsection> + <subsection name="Jasper"> + <changelog> + <update> + Many fixes for JSP 2.1 compliance, invloving tag files handling, deferred expressions + validation, bom encoding support (remm) + </update> + </changelog> + </subsection> + <subsection name="Coyote"> + <changelog> + <update> + Many HTTP NIO connector fixes and refactorings (fhanik) + </update> + <update> + HTTP NIO connector performance improvements (fhanik) + </update> + <update> + Add packetSize option for the classic AJP connector (jfclere) + </update> + <update> + Implement explicit flushing in AJP (mturk) + </update> + </changelog> + </subsection> +</section> <section name="Tomcat 6.0.0 (remm)"> <subsection name="Catalina"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]