]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update STATUS
authorJim Jagielski <jim@apache.org>
Thu, 16 Oct 2003 15:26:30 +0000 (15:26 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 16 Oct 2003 15:26:30 +0000 (15:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101467 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 189bba36388ebc513447ccaac39cb71c83f466ea..2d5f6178df46b6be6aa0e2bea2debdd49879d511 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2003/10/15 00:07:15 $]
+  Last modified at [$Date: 2003/10/16 15:26:30 $]
 
 Release:
 
@@ -46,13 +46,21 @@ Release:
 RELEASE SHOWSTOPPERS:
 
    * Bugz: #22805
-      Jim is working on a somewhat revised patch which also 
-      uses closesocket() universally (instead of the places
-      where we do #ifdef BEOS...). Only the changes to buff.c
-      are being considered at this time.
+       Jim is considering just the buff.c patches in addition
+       to cleanup of http_main.c where we wrap close/closesocket
+       around '#ifdef BEOS' which does not seem correct. Under
+       Unix, we define closesocket as close, and isn't closesocket
+       what we should be using for Win32 and Netware as well?
 
    * isn't ap_die() broken with recognizing recursive errors
        Message-Id: <3F8C56E3.8050501@attglobal.net>
+        +1: jeff, jim
+
+   * [PATCH] mod_usertrack cookie matching
+       Message-Id: <Pine.GSO.4.58.0310151648120.17890@cobra.cs.Virginia.EDU>
+        +1: cliff, jeff
+         0: jim (is it *really* a bug fix or an enhancement?)
+
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: