From: Brian Pane Date: Tue, 19 Mar 2002 05:30:14 +0000 (+0000) Subject: Forgot to document this when I committed the patch yesterday... X-Git-Tag: 2.0.34~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f887ea2de331246a2c84840050b06cd8e7734179;p=apache Forgot to document this when I committed the patch yesterday... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94014 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b4d5f93a71..42456aa2ac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.34-dev + *) Fix for virtual host processing where the requested hostname + has a '.' at the end (PR 9187) [Ryan Cruse ] + *) mod_dav's APIs for REPORT response handling was changed so that providers can generate the content directly into the output filter stack, rather than buffering the response into memory. [Greg Stein]