You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/04/21 03:37:58 UTC

svn commit: r636 - /release/httpd/mod_fcgid/CHANGES-FCGID

Author: trawick
Date: Sat Apr 21 01:37:56 2012
New Revision: 636

Log:
Binding +1 for release of mod_fcgid 2.3.7: chrisd, jim, wrowe, trawick

Modified:
    release/httpd/mod_fcgid/CHANGES-FCGID

Modified: release/httpd/mod_fcgid/CHANGES-FCGID
==============================================================================
--- release/httpd/mod_fcgid/CHANGES-FCGID (original)
+++ release/httpd/mod_fcgid/CHANGES-FCGID Sat Apr 21 01:37:56 2012
@@ -1,4 +1,27 @@
                                                          -*- coding: utf-8 -*-
+Changes with mod_fcgid 2.3.7
+
+  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
+     Job Control Objects to terminate all running fcgi's when the worker
+     process has been abruptly terminated. PR: 51078
+     [Thangaraj AntonyCrouse <thangaraj gmail.com>]
+
+  *) Periodically clean out the brigades which are pulling in the request 
+     body for handoff to the fcgid child. PR: 51749
+     [Dominic Benson <dominic.benson thirdlight.com>]
+
+  *) Resolve crash during graceful restarts. PR 50309
+     [Mario Brandt <JBlond gmail.com>]
+
+  *) Solve latency/cogestion of resolving effective user file access rights
+     when no such info is desired, for config related filename stats. 
+     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]
+
+  *) Fix regression in 2.3.6 which broke process controls when using vhost-
+     specific configuration.  [Jeff Trawick]
+
+  *) Account for first process in class in the spawn score.  [Jeff Trawick]
+
 Changes with mod_fcgid 2.3.6
 
   *) SECURITY: CVE-2010-3872 (cve.mitre.org)