diff -ruN squid-2.6.STABLE2/ChangeLog squid-2.6.STABLE3/ChangeLog --- squid-2.6.STABLE2/ChangeLog Sun Jul 30 20:53:23 2006 +++ squid-2.6.STABLE3/ChangeLog Fri Aug 18 15:31:01 2006 @@ -1,3 +1,32 @@ +Changes to squid-2.5.STABLE3 (Aug 18 2006) + + - Bug #1577: assertion failed "fm->max_n_files <= (1 << 24)" on + very large cache_dir. Limit number of objects stored to slightly + less to avoid this. + - Bug #1705: Correct error message on invalid time weekday specification + - Don't attempt to guess netmask in src/dst acl specifications + if none was provided. Assume it's an IP even if it ends in 0 + - Bug #1665: log_format %ue, %us tags for external or ssl user id + - Bug #1707: delay pools often ignored the set limit + - Bug #1716: Support for recent OpenSSL 0.9.7 versions + (0.9.8 always worked) + - COSS fixes and performance improvements + - Memory leak when reading configuration files with overlapping + ACL data where squid -k parse complains. + - Memory leak related to pinned connections + - Show include acls unexpanded in cachemgr configuration dumps + - Fixed WARNING defer handler for HTTP Socket does not call commDeferFD + - Bug #1304: Downloads may hang when using the cache_dir max-size option + - Optimization of network I/O + - Bug #1730: make problem with --enable-follow-x-forwarded-for on Solaris + - Fixed a memory leak on certain invalid requests + - Bug #1733: ERR_CANNOT_FORWARD Portuguese translation update + - Bug #582: ntlm fake_auth not handles non-ascii login names + - New startup message indicating the type of event loop used + - Bug #1602: TCP fallback on truncated DNS responses + - Bug #1667: assertion failed: store.c:1081: "e->store_status == STORE_PENDING" + - Bug #1723: cachemgr now works in accelerator mode + Changes to squid-2.6.STABLE2 (31 Jul 2006) - WCCP2 doesn't update statCounter.syscalls.sock.sendtos counter. diff -ruN squid-2.6.STABLE2/RELEASENOTES.html squid-2.6.STABLE3/RELEASENOTES.html --- squid-2.6.STABLE2/RELEASENOTES.html Sun Jul 30 20:54:08 2006 +++ squid-2.6.STABLE3/RELEASENOTES.html Fri Aug 18 15:33:10 2006 @@ -7,7 +7,7 @@

Squid 2.6 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.27 2006/07/31 00:36:05 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.28 2006/08/18 21:30:10 hno Exp $
This document contains the release notes for version 2.6 of Squid. Squid is a WWW Cache application developed by the Web Caching community. @@ -33,6 +33,9 @@

7. Key changes squid-2.6.STABLE1 to 2.6.STABLE2

+

+

8. Key changes squid-2.6.STABLE2 to 2.6.STABLE3

+

1. Key changes from squid 2.5

@@ -335,6 +338,31 @@
  • new minimum_expiry_time squid.conf directive backported from Squid-3
  • Bug #1703: Wrong default path to the diskd helper causing hangs at 100% CPU
  • Bug #1685: Crashes or other odd results after storeSwapMetaUnpack: errors
  • +
  • a number of other minor and cosmetic bugfixes. See the list of +squid-2.6 changes and the +ChangeLog file for details.
  • + +

    + + +

    8. Key changes squid-2.6.STABLE2 to 2.6.STABLE3

    + +

    +