From: wessels <> Date: Tue, 25 Aug 1998 09:35:18 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b66bfd346f12300a59d8b606827061d57eff4d8;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index ca068bf98a..e230bfa304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ + - Fixed async IO bugs from adding filedescriptor arg to AIOCB + callbacks (Henrik Nordstrom). + - Fixed store_swapout.c assertion. We were freeing object data + past the swapout_done offset. This probably happens (only?) + when an object changes from cachable to uncachable while + it is being swapped out. + + Changes to squid-1.2.beta24 (August 21, 1998): - Added Bulgarian error pages by Evgeny Gechev.