]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 19 Feb 1997 07:09:47 +0000 (07:09 +0000)
committerwessels <>
Wed, 19 Feb 1997 07:09:47 +0000 (07:09 +0000)
ChangeLog

index 289201f18a05e1ed9df0e3a39d1c784c7ebfb56e..e02bae9d19cf66bb9929718e23ae9c4a8648157e 100644 (file)
--- 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.