]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorBill Stoddard <stoddard@apache.org>
Fri, 23 May 2003 13:19:10 +0000 (13:19 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 23 May 2003 13:19:10 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100017 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 109d39ce56062af00496ac1ef163b3e16b6482bf..5ec8ed2bfd1777439d8130f9bda538ef9b3d6413 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2003/05/22 14:46:25 $]
+  Last modified at [$Date: 2003/05/23 13:19:10 $]
 
 Release:
 
@@ -59,7 +59,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * don't hold accept mutex while running 3rd-party code
       See message <3EBBC05B.8010100@attglobal.net> and following
       thread
-        +1: trawick, Jim
+        +1: trawick, Jim, stoddard
 
     * htpasswd.c and htdigest.c use tmpnam()... consider using
       mkstemp() when available.