From: wessels <> Date: Sat, 31 Aug 1996 04:44:25 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5869 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf5b6ec22e8359e6ae260388672d2c71ccad752;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 0e75ffb24b..9a7edc83e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + - Fixed ENTRY_DISPATCHED bug. ENTRY_DISPATCHED was not always getting + set (e.g. for requests matching hierarchy_stoplist). This caused + multiple calls to storeAbort() for the same entry. - Fixed 'quick_abort' parsing bug - NULL terminate too-long URL strings in urlParse(). - Added shadow password patch from John Saunders @@ -12,6 +15,11 @@ - Fixed stupid clientProxyAuthCheck() bug. - Made IP cache size configurable. - Fixed bug parsing 'cache_swap_low' + - Added -b option to ftpget to limit data transfer rate. + - misc filedescriptor management cleanup + - renamed getFromCache() to protoStart(). + - Added delays when forking dnsservers, redirectors, and + ftpget. Changes to squid-1.1.alpha12: