]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a couple votes.
authorPaul J. Reder <rederpj@apache.org>
Wed, 24 Mar 2004 19:50:56 +0000 (19:50 +0000)
committerPaul J. Reder <rederpj@apache.org>
Wed, 24 Mar 2004 19:50:56 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103124 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c0edd6c482a64c3e2e3cc121342d8e0ebfebf28b..f00fc112a5e9b1ebef796535b53ac2e6d03d366e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/24 05:59:21 $]
+Last modified at [$Date: 2004/03/24 19:50:56 $]
 
 Release:
 
@@ -86,14 +86,14 @@ PATCHES TO BACKPORT FROM 2.1
     *) Michael Corcoran's patch to listen.c to avoid segfault when
        there are no Listen directives.
            server/listen.c: r1.101
-       +1: trawick, stoddard
+       +1: trawick, stoddard, rederpj
 
     *) Fix memory corruption problem with ap_custom_response()
        function.  This turns Apache + a popular third-party module
        into a crash-a-matic :(
            include/http_core.h: r1.82
            server/core.c: r1.268
-       +1: trawick, stoddard
+       +1: trawick, stoddard, rederpj
 
     *) Limit the concurrency in 'ab' to MAX_CONCURRENCY to prevent a 
        segmentation fault.