From 688e5cf453129067c98667be0e02650f8f26a060 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 21 Jul 2013 17:23:13 -0600 Subject: [PATCH] Release Notes: document squid.conf quoting changes --- doc/release-notes/release-3.4.html | 13 +++++++++++++ doc/release-notes/release-3.4.sgml | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/doc/release-notes/release-3.4.html b/doc/release-notes/release-3.4.html index 5401699732..565897fcb4 100644 --- a/doc/release-notes/release-3.4.html +++ b/doc/release-notes/release-3.4.html @@ -241,6 +241,15 @@ and the external ACL interface does not yet send annotations to the helper.

3. Changes to squid.conf since Squid-3.3

There have been changes to Squid's configuration file since Squid-3.3.

+ +

Squid supports reading configuration option parameters from external +files using the syntax parameters(\"/path/filename\"). For example: +

+    acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")
+
+

+ +

There hasve also been changes to individual directives in the config file.

This section gives a thorough account of those changes in three categories: