From: wessels <> Date: Fri, 15 Nov 1996 02:01:40 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58336fe11adf856dfa3ca952db61925cf8d59641;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 0031504bfa..af23e358f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ UPCOMING CHANGES: - Experiment with returning network probe measurments in ICP replies. +Changes to squid-1.1.beta20 (November 13, 1996): + + - Changed neighbor_domain_type to neighbor_type_domain in + squid.conf. + - Protect squid_error_entry() calls with check that store_status + == STORE_PENDING. + - Changed all 'xstrerror' debug messages to section 50. + - More const fixes (Markus Gyger). + - Added xstrncpy() which null-terminates (Markus Gyger). + Changes to squid-1.1.beta19 (November 13, 1996): - Fixed havoc-wreaking getsockname() bug (Noriyuki Soda