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 2018/01/10 21:48:57 UTC

svn commit: r1820795 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Wed Jan 10 21:48:56 2018
New Revision: 1820795

URL: http://svn.apache.org/viewvc?rev=1820795&view=rev
Log:
Follow up to r1820794: backported.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1820795&r1=1820794&r2=1820795&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jan 10 21:48:56 2018
@@ -134,16 +134,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c r1818278  ^/httpd/httpd/trunk . 
      +1:  covener, jim, ylavic
 
-  *) core: A signal received while stopping could have crashed the main
-     process.  PR 61558.
-     trunk patch: http://svn.apache.org/r1809881
-                  http://svn.apache.org/r1809973
-                  http://svn.apache.org/r1809976
-                  http://svn.apache.org/r1812075
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/stop_signals-PR61558.patch
-                  (merge without changes to motorz)
-     +1: ylavic, jim, covener
-
   *) mpm_event: close connections not reported as handled by any module to
      avoid losing track of them and leaking scoreboard entries.  PR 61551.
      trunk patch: http://svn.apache.org/r1818804