From: Amos Jeffries Date: Sun, 15 Jul 2012 09:41:44 +0000 (-0600) Subject: Release Notes: document request/reply header mangler changes X-Git-Tag: sourceformat-review-1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca9884717df83f4712de294c2ee7e6eac31517c;p=thirdparty%2Fsquid.git Release Notes: document request/reply header mangler changes --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 950f138e26..8a53432a78 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -662,6 +662,18 @@ This section gives a thorough account of those changes in three categories:

New option max-stale= to provide a maximum staleness factor. Squid won't serve objects more stale than this even if it failed to validate the object. + reply_header_access +

Added support for custom header header names.

+ + request_header_access +

Added support for custom header header names.

+ + reply_header_replace +

Added support for custom header header names.

+ + request_header_replace +

Added support for custom header header names.

+ tcp_outgoing_address

This parameter is now compatible with persistent server connections. The IPv6 magic 'to_ipv6' hacks needed in 3.1 are now no longer necessary.