Squid 3.0 release notes

Squid Developers

$Id: release-3.0.html,v 1.1 2003/04/20 03:35:38 robertc Exp $
This document contains the release notes for version 3.0 of Squid. Squid is a WWW Cache application developed by the National Laboratory for Applied Network Research and members of the Web Caching community.

1. Key changes from squid 2.5:

2. Changes to squid.conf

read_ahead_gap

Config directive by Jeffrey D. Wheelhouse. Allows the read-ahead gap to be configured from squid.conf (previously hardcoded at 16 KB)

request_entities

New squid.conf directive "request_entities on/off".If set to "on" then Squid will allow GET/HEAD requests with request entities, even if such entites are "undefined" in the HTTP specification. (Henrik Nordstrom)

cache_peer

New options for reverse proxy setups

https_port

New option : dhparams=/path/to/file.pem https_port option to specify DH parameters for forward-secrecy in encryption (practically denies decryption even if the private key is known from what I understand). (Henrik Nordstrom)

header_replace

This is now dependent on --disable-http-violations (Henrik Nordstrom)

email_err_data

Allow disabling the data now embedded in the mailto links on Squid's ERR pages.

refresh_pattern

Make the default refresh_pattern merely a suggested default. This is consistent with older Squid versions due to a bug in the "DEFAULT-IF-NONE" processing of refresh_pattern. (Henrik)

3. Known limitations