You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/09/08 21:01:55 UTC

svn commit: r812644 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID STATUS-FCGID modules/fcgid/fcgid_conf.h

Author: wrowe
Date: Tue Sep  8 19:01:55 2009
New Revision: 812644

URL: http://svn.apache.org/viewvc?rev=812644&view=rev
Log:
we are at 2.3.2-dev

Modified:
    httpd/mod_fcgid/trunk/CHANGES-FCGID
    httpd/mod_fcgid/trunk/STATUS-FCGID
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h

Modified: httpd/mod_fcgid/trunk/CHANGES-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?rev=812644&r1=812643&r2=812644&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] (original)
+++ httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] Tue Sep  8 19:01:55 2009
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with mod_fcgid 2.3.2
+
+
+
 Changes with mod_fcgid 2.3.1
 
   *) Suppress "need AuthType to note auth failure" error-level messages when a

Modified: httpd/mod_fcgid/trunk/STATUS-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/STATUS-FCGID?rev=812644&r1=812643&r2=812644&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/STATUS-FCGID (original)
+++ httpd/mod_fcgid/trunk/STATUS-FCGID Tue Sep  8 19:01:55 2009
@@ -14,6 +14,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.3.2   : in development
     2.3.1   : tagged September 8, 2009
     2.3.0   : not released
     2.2.x   : Final release branch external to the ASF

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h?rev=812644&r1=812643&r2=812644&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Tue Sep  8 19:01:55 2009
@@ -25,8 +25,8 @@
 
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3
-#define MODFCGID_VERSION_SUBVER 1
-#define MODFCGID_VERSION_DEV    0
+#define MODFCGID_VERSION_SUBVER 2
+#define MODFCGID_VERSION_DEV    1
 
 #if MODFCGID_VERSION_DEV
 #define MODFCGID_VERSION_DEVSTR "-dev"