From: wessels <> Date: Thu, 19 Sep 1996 02:12:36 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5769 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4488506007f97ca792af502b8a2635b02bb2d48;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index a2dc08a4ae..a2142360ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,17 @@ Changes to squid-1.1.beta3 (): - Fixed 8k page leak in icmpRecv(). - Use strerror() if available instead of sys_errlist[]. - Misc ANSI-related cleanup. + - Added 'cache_stoplist' to specify things which should + never get saved to disk. + - Merged some parsing routines into parseWordlist(). + - Fixed icpHandleIMSReply() bug when HTTP reply headers + received in multiple reads. + - Changed all ipcache_nbgethostbyname() handler functions + to be void. + - Fixed bug when storeLockObject() fails for UDP_HIT_OBJ + replies. + - Simplified storeGet(). + - Removed meta_data.hash_links member. Changes to squid-1.1.beta2 (September 16, 1996):