You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/10/09 15:21:35 UTC

svn commit: r583156 - /httpd/httpd/trunk/CHANGES

Author: jim
Date: Tue Oct  9 06:21:35 2007
New Revision: 583156

URL: http://svn.apache.org/viewvc?rev=583156&view=rev
Log:
In 2.2.7-dev now

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=583156&r1=583155&r2=583156&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Oct  9 06:21:35 2007
@@ -8,9 +8,6 @@
   *) 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.
@@ -29,10 +26,6 @@
 
   *) 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]