From: Ruediger Pluem Date: Thu, 13 Dec 2007 19:39:05 +0000 (+0000) Subject: * Those are backported. X-Git-Tag: 2.3.0~1146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684ac8c40d9f9cd190bc84aaca4605f56e0e83a3;p=thirdparty%2Fapache%2Fhttpd.git * Those are backported. Pointed out by: Takashi Sato git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604000 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f00157633c7..ca4223ceb78 100644 --- a/CHANGES +++ b/CHANGES @@ -46,11 +46,6 @@ Changes with Apache 2.3.0 *) mpm winnt: fix null pointer dereference PR 42572 [Davi Arnaut] - *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) - responses from the backend according to RFC2616. But make it - configurable in case something breaks on it. - PR 16518 [Nick Kew] - *) mod_deflate: Don't leave a strong ETag in place while transforming the entity. PR 39727 [Nick Kew] @@ -62,11 +57,6 @@ Changes with Apache 2.3.0 or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen , Ruediger Pluem, Jeff Trawick] - *) mod_include: Add an "if" directive syntax to test whether an URL - is accessible, and if so, conditionally display content. This - allows a webmaster to hide a link to a private page when the user - has no access to that page. [Graham Leggett] - *) 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] @@ -85,12 +75,6 @@ Changes with Apache 2.3.0 for SDKs that define LDAP_NO_LIMIT to something other than -1. [David Jones ] - *) mod_dbd: Introduce configuration groups to allow inheritance by virtual - hosts of database configurations from the main server. Determine the - minimal set of distinct configurations and share connection pools - whenever possible. Allow virtual hosts to override inherited SQL - statements. PR 41302. [Chris Darroch] - *) apxs: Enhance -q flag to print all known variables and their values when invoked without variable name(s). [William Rowe, Sander Temme]