From: wessels <> Date: Sat, 3 Jan 1998 01:23:42 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4287 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05fd71a726a84da9b6f034da5f7e03360f7bf6fb;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 24effe72dc..c8214cf191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ clientRedirectDone() (Michael O'Reilly). - Workaround for Solaris pthreads closing FD 0 upon fork() (Michael O'Reilly). + - Fixed shutdown bug with outgoing UDP sockets; we need to + disable their read handlers. + - For comm_poll(), use the fast 50 msec timeout only when + USE_ASYNC_IO is defined. Changes to squid-1.2.beta10 (Jan 1, 1998):