From: wessels <> Date: Sat, 27 Jul 1996 03:10:15 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5982 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98d030e64a4001437ea82f35cb7c2493a04f1b95;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index a79f2cf0b8..982a3bbba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ - - Squid-1.0 changes up to 1.0.4. +Changes to squid-1.1.alpha7: + - Added 'tcp_recv_bufsize' option to config. - Changed NEIGHBOR to SIBLING where appropriate. - Split UDP_HIT_OBJ into {PARENT,SIBLING}_UDP_HIT_OBJ - Misc casts and cleanup from running Insight. - Replaced all get*() functions with direct references to Config structure. + - Removed 'http_stop', 'ftp_stop', and 'gopher_stop' from config. + - Added 'ssl_proxy' config for forwarding all SSL requests to + another proxy. + - Includes all squid-1.0 changes up to squid-1.0.5. Changes to squid-1.1.alpha6: