From: Jim Jagielski Date: Fri, 8 Dec 2006 15:33:31 +0000 (+0000) Subject: And sync with recent 2.2.4-dev backports X-Git-Tag: 2.3.0~1985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468d85cb706af560928d160b668aacec66e34f94;p=thirdparty%2Fapache%2Fhttpd.git And sync with recent 2.2.4-dev backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b058d7edb6b..abce2742aae 100644 --- a/CHANGES +++ b/CHANGES @@ -55,12 +55,6 @@ Changes with Apache 2.3.0 *) mod_proxy_fcgi: Added win32 build. [Mladen Turk] - *) mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If - set, REMOTE_USER will be set to this attribute, rather than the - username supplied by the user. Useful for example when you want users - to log in using an email address, but need to supply a userid instead - to the backend. [Graham Leggett] - *) Allow mod_dumpio to log at other than DEBUG levels via the new DumpIOLogLevel directive. [Jim Jagielski] @@ -88,11 +82,6 @@ Changes with Apache 2.3.0 by determining whether the cached file should be copied on disk rather than loaded into RAM. PR39380 [Niklas Edmundsson ] - *) mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions - by creating a root pool for object persistence across requests. This - also eliminates the need for custom serialization code. - [Davi Arnaut ] - *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer. [Davi Arnaut ] @@ -256,6 +245,17 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions + by creating a root pool for object persistence across requests. This + also eliminates the need for custom serialization code. + [Davi Arnaut ] + + *) mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If + set, REMOTE_USER will be set to this attribute, rather than the + username supplied by the user. Useful for example when you want users + to log in using an email address, but need to supply a userid instead + to the backend. [Graham Leggett] + *) mod_cgi and mod_cgid: Don't use apr_status_t error return from input filters as HTTP return value from the handler. PR#31579.