]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- wrong section
authorrousskov <>
Sat, 14 Nov 1998 04:18:44 +0000 (04:18 +0000)
committerrousskov <>
Sat, 14 Nov 1998 04:18:44 +0000 (04:18 +0000)
ChangeLog

index d39da3c5b2db2288a2313ea057cd7bc9917ea2a3..98a3310a85d0fbe1f9eac6854aee1c1991a6a962 100644 (file)
--- 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):