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 2009/05/23 20:47:40 UTC

svn commit: r777985 - in /httpd/mod_fcgid/trunk/mod_fcgid: CHANGES ChangeLog

Author: trawick
Date: Sat May 23 18:47:39 2009
New Revision: 777985

URL: http://svn.apache.org/viewvc?rev=777985&view=rev
Log:
use CHANGES for changes released after moving to the ASF

Added:
    httpd/mod_fcgid/trunk/mod_fcgid/CHANGES   (with props)
Modified:
    httpd/mod_fcgid/trunk/mod_fcgid/ChangeLog

Added: httpd/mod_fcgid/trunk/mod_fcgid/CHANGES
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/mod_fcgid/CHANGES?rev=777985&view=auto
==============================================================================
--- httpd/mod_fcgid/trunk/mod_fcgid/CHANGES (added)
+++ httpd/mod_fcgid/trunk/mod_fcgid/CHANGES [utf8] Sat May 23 18:47:39 2009
@@ -0,0 +1,22 @@
+                                                         -*- coding: utf-8 -*-
+Changes with mod_fcgid 2.3
+
+  *) Fix formatting of several messages, including the oft-seen "mod_fcgid: 
+     Can't create shared memory for size %zu byte".  [Jeff Trawick]
+
+  *) Fix declared names of FastCgiAuthenticator and FastCgiAuthenticator-
+     Authoritative directives, allowing them to be used.  [Ulf Haueisen
+     <ulf dvlp.de>]
+
+  *) Fix vhost-specific DefaultInitEnv settings.  Previously, when setting 
+     multiple virtual hosts with the same SuexecUserGroup user and group, the
+     process manager use the same process pool for both virtual hosts. This 
+     means if one virtual host has a DefaultInitEnv and the other has 
+     different values set, a fastcgi request from any of these virtual host
+     can go to the same processes, which is inconsistent (a request from 
+     virtualhost a with DefaultInitEnv VAL "a", can go to a process spawned 
+     with virtualhost b with DefaultInitEnv VAL "b" set).  [Gabriel Barazer
+     <gabriel oxeva.fr>]
+
+Note: A log of changes released before moving to the ASF (releases 2.2 and 
+earlier) is in the file ChangeLog.

Propchange: httpd/mod_fcgid/trunk/mod_fcgid/CHANGES
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/mod_fcgid/trunk/mod_fcgid/CHANGES
------------------------------------------------------------------------------
    svnmailer:content-charset = utf8

Modified: httpd/mod_fcgid/trunk/mod_fcgid/ChangeLog
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/mod_fcgid/ChangeLog?rev=777985&r1=777984&r2=777985&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/mod_fcgid/ChangeLog (original)
+++ httpd/mod_fcgid/trunk/mod_fcgid/ChangeLog Sat May 23 18:47:39 2009
@@ -1,15 +1,5 @@
-version 2.3
-1. Patch from Gabriel Barazer, gabriel at oxeva.fr
-	When setting multiple virtual hosts with the same SuexecUserGroup 
-	user and group, the process manager use the same process pool for both
-	virtual hosts. This means if one virtual host has a DefaultInitEnv and the other
-	has different values set, a fastcgi request from any of these virtual host can
-	go to the same processes, which is inconsistent (a request from virtualhost a with
-	DefaultInitEnv VAL "a", can go to a process spawned with virtualhost b with
-	DefaultInitEnv VAL "b" set)
-2. Patch from Ulf Haueisen, ulf at dvlp.de
-	Bug fix. Use wrong config name "FastCgiAuthenticator" and "FastCgiAuthenticatorAuthoritative"
-	while loading these configurations.
+Note: A log of changes released after moving to the ASF (releases after 2.2)
+is in the file CHANGES.
 
 version 2.2
 1. Support configuration "PassHeader"