You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2013/10/03 21:00:04 UTC

svn commit: r1528972 - /httpd/httpd/trunk/CHANGES

Author: rjung
Date: Thu Oct  3 19:00:03 2013
New Revision: 1528972

URL: http://svn.apache.org/r1528972
Log:
Remove backported items from CHANGES.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1528972&r1=1528971&r2=1528972&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Oct  3 19:00:03 2013
@@ -4,9 +4,6 @@ Changes with Apache 2.5.0
   *) mod_rewrite: Make rewrite websocket aware to allow proxying.
      PR 55598. [Chris Harris <chris.harris kitware com>]
 
-  *) mod_ldap: When looking up sub-groups, use an implicit objectClass=*
-     instead of an explicit cn=* filter. [David Hawes <dhawes vt.edu>]
-
   *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
      allowing custom parameters to be configured via SSLCertificateFile,
      and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
@@ -24,9 +21,6 @@ Changes with Apache 2.5.0
   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
      PR 54626. [Jean-Frederic Clere]
 
-  *) worker MPM: Don't forcibly kill worker threads if the child process is
-     exiting gracefully.  [Oracle Corporation]
-
   *) mod_proxy: Add ap_connection_reusable() for checking if a connection
      is reusable as of this point in processing.  [Jeff Trawick]
 
@@ -100,10 +94,6 @@ Changes with Apache 2.5.0
      applications to authenticate and/or authorize clients.
      [Jeff Trawick]
 
-  *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
-     allow migration of passwords from digest to basic authentication.
-     [Chris Darroch]
-
   *) core: Add util_fcgi.h and associated definitions and support
      routines for FastCGI, based largely on mod_proxy_fcgi.
      [Jeff Trawick]
@@ -144,10 +134,6 @@ Changes with Apache 2.5.0
      problems if used with round robin load balancers). Don't regenerate the
      secret on graceful restarts. PR 54637  [Stefan Fritsch]
 
-  *) mod_logio: new format-specifier %C (combined) which is the sum of received
-     and sent byte counts.
-     PR54015 [Christophe Jaillet]
-
   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
      Reduce memory usage by 48 bytes per request. [Graham Leggett]