From: David Reid Date: Wed, 21 Mar 2001 16:24:46 +0000 (+0000) Subject: Add a not to the CHANGES file now that I've had confirmation that the X-Git-Tag: 2.0.15~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8113e49186fdcff6d007d5ff9a17a39d9890af0a;p=apache Add a not to the CHANGES file now that I've had confirmation that the changes made last night actually work :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2618ad7efc..b2e3df77f4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.15-dev + *) Change the way the beos MPM handles polling to allow it to stop and + restart. Problem was the sockets being polled were being reset by + the select call, so once it had accepted a connection it was no + longer listening on the UDP socket we use for shutdown instructions. + APR needs to be altered, patch on it's way. [David Reid] + *) Empty out the brigade shared by ap_getline()/ap_get_client_block() on error exit from ap_getline(). Some other code got upset because the wrong data was in the brigade. [Greg Ames, Jeff Trawick]