From: rousskov <> Date: Sat, 14 Nov 1998 04:18:44 +0000 (+0000) Subject: - wrong section X-Git-Tag: SQUID_3_0_PRE1~2523 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68f87dc53c8a03871569936574a465daed26675e;p=thirdparty%2Fsquid.git - wrong section --- diff --git a/ChangeLog b/ChangeLog index d39da3c5b2..98a3310a85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,12 @@ Changes to Squid-2.2 (): Squid can behave more like a proper daemon process. - Added 'prefer_direct' option (enabled by default) so that people can give parents higher preference than direct. + - Rewrote peer digest module to fix memory leaks on reconfigure + and clean the code. Increased "current" digest version to 5 + ("required" version is still 3). Revised "Peer Select" cache + manager stats. + - Added "-k parse" command line option: parses the config file + but does not send a signal unlike other -k options. Changes to Squid-2.1 (): @@ -90,12 +96,6 @@ Changes to Squid-2.1 (): authentication information. (Henrik Nordstrom) - Changed refreshCheck() so that objects with negative age are always stale. - - Rewrote peer digest module to fix memory leaks on reconfigure - and clean the code. Increased "current" digest version to 5 - ("required" version is still 3). Revised "Peer Select" cache - manager stats. - - Added "-k parse" command line option: parses the config file - but does not send a signal unlike other -k options. Changes to Squid-2.0 (October 2, 1998):