You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/12/09 21:52:05 UTC

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

Author: sf
Date: Sun Dec  9 20:52:04 2012
New Revision: 1419157

URL: http://svn.apache.org/viewvc?rev=1419157&view=rev
Log:
Remove some backported items

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1419157&r1=1419156&r2=1419157&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Dec  9 20:52:04 2012
@@ -16,10 +16,6 @@ Changes with Apache 2.5.0
   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
      variables. [Stefan Fritsch]
 
-  *) mod_rewrite: Stop mergeing RewriteBase down to subdirectories
-     unless new option 'RewriteOptions MergeBase' is configured.
-     PR 53963. [Eric Covener]
-
   *) core: New directive RegisterHttpMethod for registering non-standard
      HTTP methods. [Stefan Fritsch]
 
@@ -78,13 +74,6 @@ Changes with Apache 2.5.0
   *) --with-module: Fix failure to integrate them into some existing
      module directories.  PR 40097.  [Jeff Trawick]
 
-  *) mod_headers: New params: %l for load averages, %i for an
-     idle percentage rating of httpd, and %b for a busy percentage
-     rating. [Jim Jagielski]
-
-  *) core: New functions to obtain load parameters: ap_get_sload()
-     and ap_get_loadavg(). [Jim Jagielski]
-
   *) mod_cache_socache: New cache implementation backed by mod_socache
      that replaces mod_mem_cache removed from httpd v2.2. [Graham
      Leggett]
@@ -152,10 +141,6 @@ Changes with Apache 2.5.0
      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
      Christophe Renou, Peter Sylvester]
 
-  *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
-     ap_pregcomp() abort if out of memory. This raises the minimum PCRE
-     requirement to version 6.0. PR 53284. [Stefan Fritsch]
-
   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
      setuid/setgid capability bits rather than a setuid root binary.
      [Joe Orton]