]> granicus.if.org Git - apache/commitdiff
backported
authorEric Covener <covener@apache.org>
Wed, 17 Sep 2008 16:53:29 +0000 (16:53 +0000)
committerEric Covener <covener@apache.org>
Wed, 17 Sep 2008 16:53:29 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@696368 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 46935c276ad4c08177ee6f3f2f7fdec43335913c..fb01937274b8474206f2ceaee917d4a77d28c4ab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -45,14 +45,6 @@ Changes with Apache 2.3.0
      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>]