You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/12/05 14:45:48 UTC

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

Author: jim
Date: Mon Dec  5 14:45:48 2016
New Revision: 1772683

URL: http://svn.apache.org/viewvc?rev=1772683&view=rev
Log:
in 2.4.24-dev

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1772683&r1=1772682&r2=1772683&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Dec  5 14:45:48 2016
@@ -68,12 +68,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]
 
-  *) mpm_event: Don't take over scoreboard slots from gracefully finishing
-     threads. [Stefan Fritsch]
-
-  *) mod_status: Display the process slot number in the async connection
-     overview. [Stefan Fritsch]
-
   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
      or sockets. [Graham Leggett]
 
@@ -113,18 +107,12 @@ Changes with Apache 2.5.0
   *) core: Extend support for asynchronous write completion from the
      network filter to any connection or request filter. [Graham Leggett]
 
-  *) mpm_event: Free memory earlier when shutting down processes.
-     [Stefan Fritsch]
-
   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
      more documented since dec 2012 (r1415960). [Christophe Jaillet]
 
   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
      after other resource-level filters. [Eric Covener]
 
-  *) mod_dir: Responses that go through "FallbackResource" might appear to
-     hang due to unterminated chunked encoding. PR58292. [Eric Covener]
-
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script.  [Yann Ylavic]