On 15.06.2010 16:21, Jeff Trawick wrote:
On Tue, Jun 15, 2010 at 9:06 AM,<rj...@apache.org>  wrote:
Author: rjung
Date: Tue Jun 15 13:06:14 2010
New Revision: 954862

URL: http://svn.apache.org/viewvc?rev=954862&view=rev
Log:
Fix obsolete reference to 2.1 in CHANGES.

Likely we still have to clean CHANGES from things backported
to 2.2.x.

trunk CHANGES needs to track fixes/enhancements since the last alpha,
so the candidates for pruning would be in the section "Changes with
Apache 2.3.0".

attached is a patch to prune 2.3.0 changes which were backported to
some 2.2.x release; look reasonable?

something that would make future-2.4 CHANGES more usable would be to
collapse stuff like {"introduce mod_foo", "fix bug1 in mod_foo", "fix
bug2 in mod_foo", "make enhancement1 to mod_foo"} within the same
release into one mod_foo entry, and to axe entries which are for
implementation details that users don't care about (or at least, if
there is an external implication then document that and not the
implementation detail)

+1, I verified all of them.

I found another two backported fixes:


@@ -1096,10 +1055,6 @@ Changes with Apache 2.3.0

*) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]

-  *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
-     for SDKs that define LDAP_NO_LIMIT to something other than -1.
-     [David Jones <oscaremma gmail.com>]
-
   *) apxs: Enhance -q flag to print all known variables and their values
      when invoked without variable name(s).
      [William Rowe, Sander Temme]


(look for "ldap_search_ext_s" in the 2.2 CHANGES) and



@@ -1131,11 +1082,6 @@ Changes with Apache 2.3.0
      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]

-  *) mod_dbd: Key the storage of prepared statements on the hex string
-     value of server_rec, rather than the server name, as the server name
-     may change (eg when the server name is set) at any time, causing
-     weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
-
   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]

   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets


I guess for this the corresponding 2.2 entry is:

  *) mod_dbd: key connection pools to virtual hosts correctly even when·
     ServerName is unset/unavailable [Graham Leggett]

Regards,

Rainer

Reply via email to