]> granicus.if.org Git - apache/commitdiff
Sure that something else will occur to me sooner or later.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 00:43:01 +0000 (00:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 00:43:01 +0000 (00:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95102 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 79915bb9a3c55cab18395f7dd2d6898966ed7881..ebc4f586253af2fa26e4360ba039265583ee3015 100644 (file)
--- 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 <File/Directory > 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 <sebastian.hantsch@gmx.de>]
+
+  *) 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 <sunkan@zappa.cx>]