diff -ruN squid-2.6.STABLE16/ChangeLog squid-2.6.STABLE17/ChangeLog --- squid-2.6.STABLE16/ChangeLog Wed Sep 5 16:06:14 2007 +++ squid-2.6.STABLE17/ChangeLog Mon Nov 26 06:36:10 2007 @@ -1,3 +1,42 @@ +Changes to squid-2.6.STABLE17 (26 Nov 2007) + + - Fix compile error with old GCC 2.x or other ANSI-C compilers before + C99 + - Mention the login= cache_peer option in release notes + - Fix bad cache_peer example in squid.conf + - Bug #2086: Fix a compile-time memory corruption error causing cf_gen + to fail + - Bug #2048: Clarify high_memory_warning usage + - Reject DNS responses which result in no data + - Fix version number in configuration manual + - Move cache and request/reply_header_max_size to their proper + sections + - Bug #2088: sbrk statistics broken when process size >2GB + - Move logopen() much earlier to have fatal startup errors sent to the + proper syslog facility + - Fix HTTP/0.9 responses + - Correct bad example config for tos_outgoing_tos + - Fix grammar in description of mail_program squid.conf option + - Ignore Content-Length in chunked responses instead of rejecting the + response as invalid + - Documented that http_port no longer have a default + - Cleanup of cache digest documentation + - Make aufs store rebuilding back off a little if I/O load too high + - Bug #2100: Respect DNS ttl=0 + - Update udp_(incoming|outgoing)_address documentation to reflect + current bahaviour. + - Update HTCP documentation + - Document the overlapping helper request format + - Change priority of proxy auth and extacl provided username in + login=*:pass + - pack header entries on cache updates + - Make squid_db_auth reopen the database connection on each query by + default + - Improve helper debug ouput, including the channel number + - Update cachePeerEntry MIB description to mention what is used as + index key + - Import squid_radius_auth for authenticating to RADIUS + Changes to squid-2.6.STABLE16 (5 Sep 2007) - Test for sys/capability.h linux include file to avoid failing on diff -ruN squid-2.6.STABLE16/RELEASENOTES.html squid-2.6.STABLE17/RELEASENOTES.html --- squid-2.6.STABLE16/RELEASENOTES.html Wed Sep 5 16:26:15 2007 +++ squid-2.6.STABLE17/RELEASENOTES.html Mon Nov 26 06:40:06 2007 @@ -2,12 +2,12 @@ - Squid 2.6.STABLE16 release notes + Squid 2.6.STABLE17 release notes -

Squid 2.6.STABLE16 release notes

+

Squid 2.6.STABLE17 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.44.2.13 2007/09/05 22:25:23 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.44.2.15 2007/11/26 13:34:35 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. @@ -75,6 +75,9 @@

21. Key changes squid-2.6.STABLE15 to 2.6.STABLE16

+

+

22. Key changes squid-2.6.STABLE16 to 2.6.STABLE17

+

1. Key changes from squid 2.5

@@ -153,7 +156,7 @@

-
http_port

Now takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual.

+
http_port

Now takes a list of options in addition to the port address, specifying the purpose of this http_port. Default is plain Internet proxy as usual. Also there is no longer a default port and you must include a http_port directive in your squid.conf if you want Squid to listen for http requests.

httpd_accel_* for transparent proxy

Now implemented by the "transparent" http_port option

httpd_accel_* for accelerator mode

Now implemented by other options and the http_port accel option. See individual directives below.

httpd_accel_host

Replaced by defaultsite http_port option and cache_peer originserver option.

@@ -207,6 +210,7 @@
check_hostnames

Control if Squid should check the sanity of host names before trying to look them up in DNS

allow_underscores

Control if _ is to be considered a valid character in hostnames or not

cache_peer carp-load-factor

Option removed. CARP now uses the weight parameter instead.

+
cache_peer login=

Controls how Squid forwards login information to peer caches and servers.

@@ -737,6 +741,21 @@ linux systems missing libcap
  • More squid.conf reordering to get the dependencies between options sorted proper
  • +
  • See also the list of +squid-2.6.STABLE16 changes and the +ChangeLog file for details.
  • + +

    + +

    22. Key changes squid-2.6.STABLE16 to 2.6.STABLE17

    + +

    +