From: wessels <> Date: Wed, 4 Feb 1998 14:23:07 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f577e0744644367b88c5f6251e8fb7b73a7676f5;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 75792a3ca2..95eea861f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes to squid-1.2.beta13 (): + - Combined various interprocess communication setup functions into ipcCreate(). - Removed some leftover ICP_HIT_OBJ things. @@ -69,6 +71,10 @@ the callbacks were changing the state of the read/write handlers prior to the poll/select() calls (SLF). - Fixed ARP ACL memory leaks (Dale). + - Eliminated URL and SHA cache keys. Cache keys will always + be MD5's now. + - Fixed up store swap meta data. + - Changed swap.state logs to a binary format. Changes to squid-1.2.beta12 (Jan 30, 1998):