From: wessels <> Date: Thu, 20 Feb 1997 06:54:35 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ec29a6270fcfdc1fb9005bf46a4826747e3cdb2;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index e02bae9d19..1b6ba2b58a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes to squid-1.1.6 (February @@@, 1997): +Changes to squid-1.1.7 (February @@@, 1997): - Fixed urlParse to leave trailing slashes on FTP URLs. Although stripping the slashes offers a slight hit rate increase, it @@ -12,6 +12,9 @@ Changes to squid-1.1.6 (February @@@, 1997): - Added WARNING if blocking gethostbyname() gets called. - Fixed calling commSetSelect() with FD < 0 bug in ssl.c and pass.c. + - Moved 'append_domain' operation to urlParse(). + - Fixed too many arguments bug in diskHandleWrite, caused + coredumps when write fails (due to full disk). Changes to squid-1.novm.6 (February 7, 1997):