From: Jim Jagielski Date: Thu, 16 Oct 2003 15:26:30 +0000 (+0000) Subject: Update STATUS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dadaafbb67dccc86601739b7c2438f4a40d8ff4;p=thirdparty%2Fapache%2Fhttpd.git Update STATUS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 189bba36388..2d5f6178df4 100644 --- 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: + +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: