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/07/22 14:06:21 UTC

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

Author: rjung
Date: Sun Jul 22 12:06:21 2012
New Revision: 1364273

URL: http://svn.apache.org/viewvc?rev=1364273&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=1364273&r1=1364272&r2=1364273&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Jul 22 12:06:21 2012
@@ -10,9 +10,6 @@ Changes with Apache 2.5.0
   *) mpm_prefork: Reduce spawn rate after a child process exits due to
      unexpected poll or accept failure.  [Jeff Trawick]
 
-  *) core: Log value of Status header line in script responses rather
-     than the fixed header name.  [Chris Darroch]
-
   *) mpm_event: Don't count connections in lingering close state when
      calculating how many additional connections may be accepted.
      [Stefan Fritsch]
@@ -22,10 +19,6 @@ Changes with Apache 2.5.0
 
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
-  *) mod_authz_core: If an expression in "Require expr" returns denied and
-     references %{REMOTE_USER}, trigger authentication and retry. PR 52892.
-     [Stefan Fritsch]
-
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
      authorization provider in lua. [Stefan Fritsch]
 
@@ -56,8 +49,6 @@ Changes with Apache 2.5.0
   *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
      [Stefan Fritsch]
 
-  *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
-
   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
      setuid/setgid capability bits rather than a setuid root binary.
      [Joe Orton]