]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
added a bb proposal for mod_cgi and votes
authorJean-Jacques Clar <clar@apache.org>
Mon, 14 Jun 2004 17:48:10 +0000 (17:48 +0000)
committerJean-Jacques Clar <clar@apache.org>
Mon, 14 Jun 2004 17:48:10 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103947 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a04c8e351b1118d78725e81f26ee89a149b8dc16..17e764b18213571a338f6ff877580e24ba02fda4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/06/13 23:41:49 $]
+Last modified at [$Date: 2004/06/14 17:48:10 $]
 
 Release:
 
@@ -72,6 +72,14 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) mod_cgi: Added API call and new field in apr_procattr_t and cgi_exec_info_t 
+       structures to support loading in current or new address space for CGIs.
+       It fixes NetWare that is currently broken after changes done to log.c r1.145.
+       modules/generators/mod_cgi.c r1.164
+       modules/generators/mod_cgi.h r1.14
+       modules/arch/netware/mod_netware r1.18
+       +1: jjclar
+
     *) mod_ssl: Remove some unused functions (after CAN-2004-0488 fix is applied)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_util.c?r1=1.46&r2=1.47
        +1: jorton
@@ -101,7 +109,7 @@ PATCHES TO BACKPORT FROM 2.1
     *) mod_cgi: Handle stderr output during script execution
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.160&r2=1.163
        PR: 22030, 18348
-       +1: jorton, trawick
+       +1: jorton, trawick, jjclar
        +1: nd (concept)
 
     *) Prevent Win32 pool corruption at startup
@@ -133,7 +141,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) Allow URLs for ServerAdmin. PR 28174.
          server/core.c: r1.274
-       +1: nd, bnicholes
+       +1: nd, bnicholes, jjclar
 
     *) mod_rewrite: Fix confused map cache (with maps in different VHs using
        the same name). PR 26462. (2.0 + 1.3)
@@ -174,7 +182,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) mod_alias: Emit a warning if an alias overlaps another
           modules/mappers/mod_alias.c: r1.45, 1.46, 1.47, 1.48, 1.55
-      +1: nd, bnicholes
+      +1: nd, bnicholes, jjclar
 
     *) Fixed mean and median calculations in ab, also changed where time values
        are set for start and connect when doing keep alive benchmarking.