You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/09/17 18:53:30 UTC

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

Author: covener
Date: Wed Sep 17 09:53:29 2008
New Revision: 696368

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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=696368&r1=696367&r2=696368&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Sep 17 09:53:29 2008
@@ -45,14 +45,6 @@
      avoid reusing pooled connections if the client connection is an initial
      connection. PR 37770. [Ruediger Pluem]
 
-  *) mod_proxy: Add connectiontimeout parameter for proxy workers in order to
-     be able to set the timeout for connecting to the backend separately.
-     PR 45445. [Ruediger Pluem, rahul <rahul sun.com>]
-
-  *) mod_auth_core: Detect during startup when AuthDigestProvider
-     is configured to use an incompatible provider via AuthnProviderAlias.
-     PR 45196 [Eric Covener]
-
   *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
      null value. [David Shane Holden <dpejesh apache.org>]