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/29 14:14:52 UTC

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

Author: jim
Date: Mon Oct 29 06:14:51 2007
New Revision: 589619

URL: http://svn.apache.org/viewvc?rev=589619&view=rev
Log:
As of r589618, these have been backported

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=589619&r1=589618&r2=589619&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct 29 06:14:51 2007
@@ -2,9 +2,6 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
-  *) Core: fix possible crash at startup in case of nonexistent DocumentRoot.
-     PR 39722 [Adrian Buckley <adrian.buckley ntlworld.com>]
-
   *) mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
      URI-canonicalisation in a reverse proxy.
      PR 41798 [Nick Kew]
@@ -28,9 +25,6 @@
      the entity.
      PR 39727 [Nick Kew]
 
-  *) HTTP protocol: Add "DefaultType none" option.
-     PR 13986 and PR 16139 [Nick Kew]
-
   *) core: reinstate location walk to fix config for subrequests
      PR 41960 [Jose Kahan <jose w3.org>]
 
@@ -40,9 +34,6 @@
 
   *) mod_rewrite: Add the novary flag to RewriteCond.
      [Ruediger Pluem]
-
-  *) mod_rewrite: Add option to suppress URL unescaping
-     PR 34602 [Guenther Gsenger <guenther.gsenger gmail.com>]
 
   *) mod_include: Add an "if" directive syntax to test whether an URL
      is accessible, and if so, conditionally display content. This