From: Greg Stein Date: Tue, 18 Sep 2001 09:06:33 +0000 (+0000) Subject: I always forget this file... X-Git-Tag: 2.0.26~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1babdcf0689474988350d25634d918bec590dc54;p=apache I always forget this file... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6606f9933d..2072bfb828 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.26-dev + *) Fixed persistent connections when a request contains a body. + [Greg Stein] + + *) mod_dav uses a new API to speak to the backend provider for dead + property management. [Greg Stein] + *) Remove the Win32 script-processing exception from mod_cgi, and roll build_command_line/build_argv_list into a unified, overrideable ap_cgi_build_command optional function. [William Rowe]