]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove backported items from CHANGES.
authorRainer Jung <rjung@apache.org>
Thu, 3 Oct 2013 19:00:03 +0000 (19:00 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 3 Oct 2013 19:00:03 +0000 (19:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1528972 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 808c44a29991fbbb532f145eee342cd4fe18c4b2..a49242f5f976b267d2049e7c2977e8ca94fc0fd0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]