From: Jeff Trawick Date: Fri, 9 May 2008 13:43:48 +0000 (+0000) Subject: sync with 2.2.x X-Git-Tag: 2.3.0~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0c9ed688fa0c681251dbaf9ab1b1fbe93cc0030;p=apache sync with 2.2.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@654812 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 80b2c6b0df..2ee0c6e992 100644 --- a/CHANGES +++ b/CHANGES @@ -26,9 +26,6 @@ Changes with Apache 2.3.0 new module called mod_request, reducing the size of the core. [Graham Leggett] - *) rotatelogs: Log the current file size and error code/description - when failing to write to the log file. [Jeff Trawick] - *) mod_dbd: Handle integer configuration directive parameters with a dedicated function. @@ -102,10 +99,6 @@ Changes with Apache 2.3.0 *) core: fix origin checking in SymlinksIfOwnerMatch PR 36783 [Robert L Mathews ] - *) rotatelogs: Added '-f' option to force rotatelogs to create the - logfile as soon as started, and not wait until it reads the - first entry. [Jim Jagielski] - *) mod_proxy: Do not try a direct connection if the connection via a remote proxy failed before and the request has a request body. [Ruediger Pluem] @@ -132,9 +125,6 @@ Changes with Apache 2.3.0 sent a part of the request body or if the request is not idempotent. PR 44334 [Ruediger Pluem] - *) rotatelogs: Don't leak memory when reopening the logfile. - PR 40183 [Ruediger Pluem, Takashi Sato ] - *) mod_ldap: Add support (taking advantage of the new APR capability) for ldap rebind callback while chasing referrals. This allows direct searches on LDAP servers (in particular MS Active Directory 2003+) @@ -159,9 +149,6 @@ Changes with Apache 2.3.0 *) mod_proxy: Keep connections to the backend persistent in the HTTPS case. [Ruediger Pluem] - *) rotatelogs: Improve atomicity when using -l and cleaup code. - PR 44004 [Rainer Jung] - *) mod_ssl: Add support for OCSP validation of client certificates. PR 41123. [Marc Stern , Joe Orton]