From: William A. Rowe Jr Date: Sat, 9 Nov 2002 19:21:29 +0000 (+0000) Subject: Note progress. Lots of helpers out there emailing their feedback, X-Git-Tag: 2.0.44~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9a590bf6df1ecf28f37f309ed1488249151fc60;p=apache Note progress. Lots of helpers out there emailing their feedback, which is great. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9b3c5fb71d..60f6573a36 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,20 @@ Changes with Apache 2.0.44 + *) mod_isapi: Stop unsetting the 'empty' query string result with + a NULL argument in ecb->lpszQueryString, eliminating segfaults + for some ISAPI modules. PR 14399 + [Detlev Vendt ] + + *) mod_isapi: Fix an issue where the HSE_REQ_DONE_WITH_SESSION + notification is received before the HttpExtensionProc() returns + HSE_STATUS_PENDING. This only affected isapi .dll's configured + with the ISAPIFakeAsync on directive. PR 11918 + [John DeSetto , William Rowe] + + *) mod_isapi: Fix the issue where all results from mod_isapi would + run through the core die handler resulting in invalid responses + or access log entries. PR 10216 [William Rowe] + *) Improves the user friendliness of the CacheRoot processing over my last pass. This version avoids the pool allocations but doesn't avoid all of the runtime checks. It no longer