lars 99/03/20 06:51:12
Modified: . STATUS Log: We have two RELEASE SHOWSTOPPERS! Revision Changes Path 1.652 +13 -19 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.651 retrieving revision 1.652 diff -u -r1.651 -r1.652 --- STATUS 1999/03/20 14:35:22 1.651 +++ STATUS 1999/03/20 14:51:11 1.652 @@ -1,5 +1,5 @@ 1.3 STATUS: - Last modified at [$Date: 1999/03/20 14:35:22 $] + Last modified at [$Date: 1999/03/20 14:51:11 $] Release: @@ -20,9 +20,20 @@ RELEASE SHOWSTOPPERS: + * mod_access/3821: check_dir_access(), reads a->order[31] + => either an if-clause should be added or the M_INVALID changed + * mod_so/3493: os/unix/os.c dlclose()s objects before module cleanups + => this is a subtle thing related to pool cleanups, I think. + + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * mod_rewrite/3874: RewriteLock doesn't work for virtual hosts + => When I find time, I can look at this. But I would appreciate + when someone other already can dive into this. My opinion + is already appended to the PR. + * Randy's proposed changes for binbuild: 1. Change to build binary only distribution @@ -45,6 +56,7 @@ Available Patches: + * Keith Wannamaker's NT multiple services patch Message-ID: <[EMAIL PROTECTED]> Status: Bill +1 (on concept) @@ -131,24 +143,6 @@ MaxConnectionsPerChild or really fix it to actually count the number of requests. Lars: I think we should really fix. - - * mod_access/3821: check_dir_access(), reads a->order[31] - => either an if-clause should be added or the M_INVALID changed - - * mod_so/3493: os/unix/os.c dlclose()s objects before module cleanups - => this is a subtle thing related to pool cleanups, I think. - - * general/3872: util_script.c doubles up Set-Cookie headers - => needs review by the protocol guys! Roy? - - * os-linux/3531: Bad file number: flock; Exiting - => When I remember correctly we had such reports also in the past. - Some Linux guys should check this. - - * mod_rewrite/3874: RewriteLock doesn't work for virtual hosts - => When I find time, I can look at this. But I would appreciate - when someone other already can dive into this. My opinion - is already appended to the PR. * get_path_info bug; ap_get_remote_host should be ap_vformatter instead. See: <[EMAIL PROTECTED]>