]> granicus.if.org Git - apache/commitdiff
In 2.2.7-dev now
authorJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:21:35 +0000 (13:21 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:21:35 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583156 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 28920e62c7cb6f1b6a44044168261e6c39d5b204..daa74d1ef7aa89391636285dc63a6969a51865fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,6 @@ Changes with Apache 2.3.0
   *) mpm winnt: fix null pointer dereference
      PR 42572 [Davi Arnaut]
 
-  *) http_core: OPTIONS * no longer maps to local storage or URI
-     space. PR 43519 [Jim Jagielski]
-
   *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
      responses from the backend according to RFC2616.  But make it
      configurable in case something breaks on it.
@@ -30,10 +27,6 @@ Changes with Apache 2.3.0
   *) mod_proxy_http: Correctly parse all Connection headers in proxy.
      PR 43509 [Nick Kew]
 
-  *) mod_proxy_http: add Via header correctly (if enabled) to
-     response, even where other Via headers exist.
-     PR 19439 [Nick Kew]
-
   *) HTTP protocol: Add "DefaultType none" option.
      PR 13986 and PR 16139 [Nick Kew]