From: Amos Jeffries Date: Sun, 21 Jul 2013 23:23:13 +0000 (-0600) Subject: Release Notes: document squid.conf quoting changes X-Git-Tag: SQUID_3_4_0_1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=688e5cf453129067c98667be0e02650f8f26a060;p=thirdparty%2Fsquid.git Release Notes: document squid.conf quoting changes --- 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: