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 2008/05/12 18:06:42 UTC

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

Author: jim
Date: Mon May 12 09:06:42 2008
New Revision: 655542

URL: http://svn.apache.org/viewvc?rev=655542&view=rev
Log:
backported r655540

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=655542&r1=655541&r2=655542&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon May 12 09:06:42 2008
@@ -204,9 +204,6 @@
   *) mpm winnt: fix null pointer dereference
      PR 42572 [Davi Arnaut]
 
-  *) core: reinstate location walk to fix config for subrequests
-     PR 41960 [Jose Kahan <jose w3.org>]
-
   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
      parameters to the environment. Improve portability to
      EBCDIC machines by using apr_toupper(). [Martin Kraemer]