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 2012/08/04 23:31:29 UTC

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

Author: rjung
Date: Sat Aug  4 21:31:29 2012
New Revision: 1369474

URL: http://svn.apache.org/viewvc?rev=1369474&view=rev
Log:
Remove backported items from trunk CHANGES.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1369474&r1=1369473&r2=1369474&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Aug  4 21:31:29 2012
@@ -17,10 +17,6 @@ Changes with Apache 2.5.0
   *) mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
      DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file.  [Jeff Trawick]
 
-  *) mpm_event: Don't count connections in lingering close state when
-     calculating how many additional connections may be accepted.
-     [Stefan Fritsch]
-
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
@@ -32,10 +28,6 @@ Changes with Apache 2.5.0
   *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
      causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
 
-  *) mod_ssl: If exiting during initialization because of a fatal error,
-     log a message to the main error log pointing to the appropriate
-     virtual host error log. [Stefan Fritsch]
-
   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
      Christophe Renou, Peter Sylvester]