From: William A. Rowe Jr Date: Wed, 15 May 2002 00:43:01 +0000 (+0000) Subject: Sure that something else will occur to me sooner or later. X-Git-Tag: 2.0.37~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42b43434975a522838e5abd61ea3ab4da802e833;p=apache Sure that something else will occur to me sooner or later. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95102 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 79915bb9a3..ebc4f58625 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,24 @@ Changes with Apache 2.0.37 + *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile, + may now be specified to the container, rather + than by vhost. [William Rowe] + + *) mod_isapi: Experimental support for faux async support for ISAPI + modules. [William Rowe] + + *) mod_isapi: Major refactoring of the code to rely on apr internals + rather than MS APIs (using our own mod_isapi.h headers for ISAPI + symbol definitions.) [William Rowe] + + *) mod_isapi: Fixed the return string length from GetServerVariable + callback, it was not including the trailing null in the consumed + buffer size. This was particularly bad for Delphi 6.0 users. + PR 8934 [Sebastian Hantsch ] + + *) Fixed Win32 builds for Microsoft VisualStudio 7.0 (.net). + [William Rowe] + *) Make apxs look in the correct directory for envvars. It was broken when sbindir != bindir. PR 8869 [Andreas Sundström ]