From: wessels <> Date: Wed, 19 Feb 1997 07:09:47 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=468c23d3ce358c0e420a7b2c9603a6ac37f2672c;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 289201f18a..e02bae9d19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Changes to squid-1.1.6 (February @@@, 1997): + + - Fixed urlParse to leave trailing slashes on FTP URLs. Although + stripping the slashes offers a slight hit rate increase, it + breaks some proxies which return HTTP redirects. + - Initialize struct tm in parse_rfc1123() (Henrik Hempelmann). + - Fixed parseHttpRequest() to use memcpy instead of strncpy; + caused POST's with NULL bytes to fail (Joe Ramey). + - Fixed another HTTP reply code 0 bug (Neil Murray). + - Changed code structure in ipcache_nbgethostbyname() to + maybe get around some trashed-stack problems. + - Added WARNING if blocking gethostbyname() gets called. + - Fixed calling commSetSelect() with FD < 0 bug in ssl.c and + pass.c. + Changes to squid-1.novm.6 (February 7, 1997): - Merged squid-1.1.6 changes.