From: wessels <> Date: Fri, 2 Oct 1998 04:58:09 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f897f344d519ed014148f6e30b266f777f44f0d;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index dad9fc3ece..dbc339ed2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes to Squid-2.1 (): + + - Changed delayPoolsUpdate() to be called as an event. + - Replaced comm_select FD scanning loops with global fd_set + structures. Inspired by Jeff Mogul's patch for squid 1.1. + Changes to Squid-2.0 (September 25, 1998): - Added NAT/Transparent hijacking code from Quinton Dolan.