From: remm Date: Tue, 7 Nov 2006 22:43:41 +0000 (+0000) Subject: - Changelog update. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b283e3a45bd7fa01a061f81f92541427df2607f5;p=tomcat7.0 - Changelog update. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@472313 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8481b59bc..ea5909a07 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -14,6 +14,59 @@ +
+ + + + 37439, 40823: Documentation cleanup (markt) + + + + + + + Refactor exception processing using Throwable.getCause to improve exception chaining (remm) + + + Remove dead code involving the Logger (funkman) + + + 37458: Fix some exceptions which could happen during classloading (markt) + + + 40817: Fix CGI path (markt) + + + 34956: Add the possibility to enforce usage of request and response + wrapper objects (markt) + + + + + + + Many fixes for JSP 2.1 compliance, invloving tag files handling, deferred expressions + validation, bom encoding support (remm) + + + + + + + Many HTTP NIO connector fixes and refactorings (fhanik) + + + HTTP NIO connector performance improvements (fhanik) + + + Add packetSize option for the classic AJP connector (jfclere) + + + Implement explicit flushing in AJP (mturk) + + + +