]> granicus.if.org Git - apache/commitdiff
And sync with recent 2.2.4-dev backports
authorJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 15:33:31 +0000 (15:33 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 15:33:31 +0000 (15:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484643 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b058d7edb6b71edc39fa07313bf206e16fb2b148..abce2742aae6e6272d543df499d528b591f6a88d 100644 (file)
--- 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 <nikke acc.umu.se>]
 
-  *) 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 <davi haxent.com.br>]
-
   *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
      [Davi Arnaut <davi haxent.com.br>]
 
@@ -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 <davi haxent.com.br>]
+
+  *) 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.