You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/03/01 22:06:55 UTC

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

Author: ylavic
Date: Tue Mar  1 21:06:55 2016
New Revision: 1733155

URL: http://svn.apache.org/viewvc?rev=1733155&view=rev
Log:
Remove backported entries.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1733155&r1=1733154&r2=1733155&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Mar  1 21:06:55 2016
@@ -138,14 +138,6 @@ Changes with Apache 2.5.0
   *) mime.types: add common extension "m4a" for MPEG 4 Audio.
      PR 57895 [Dylan Millikin <dylan.millikin gmail.com>]
 
-  *) mod_ssl: Save some TLS record (application data) fragmentations by
-     including the last and subsequent suitable buckets when coalescing.
-     [Yann Ylavic]
-
-  *) mod_cache_socache: Fix a possible cached entity body corruption when it
-     is received from an origin server in multiple batches and forwarded by
-     mod_proxy.  [Yann Ylavic]
-
   *) mod_proxy_fdpass: Fix AH01153 error when using the default configuration.
      In earlier version of httpd, you can explicitelly set the 'flusher' parameter
      to 'flush' as a workaround. (i.e. flusher=flush)
@@ -155,10 +147,6 @@ Changes with Apache 2.5.0
   *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure
      to only staple responses with certificate status "good". [Kaspar Brand]
 
-  *) core: Limit to ten the number of tolerated empty lines between request,
-     and consume them before the pipelining check to avoid possible response
-     delay when reading the next request without flushing.  [Yann Ylavic]
-
   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
      configure the session/cookie expiry's update interval. PR 57300.
      [Paul Spangler <paul.spangler ni.com>]
@@ -169,9 +157,6 @@ Changes with Apache 2.5.0
   *) mpm_event: Free memory earlier when shutting down processes.
      [Stefan Fritsch]
 
-  *) mod_ssl: Make the output filter more friendly with deferred write and
-     response pipelining. [Yann Ylavic, Joe Orton]
-
   *) core/util_script: relax alphanumeric filter of environment variable names
      on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
      unadulterated in 64 bit versions of Windows. PR 46751.