New option to import entire secondary configuration files into squid.conf.
+
From cfcb6b30e85d1567019dafc2133c83d96c9b9739 Mon Sep 17 00:00:00 2001
From: amosjeffries <>
Date: Fri, 11 Jan 2008 09:38:58 +0000
Subject: [PATCH] Author: Adrian Chadd Squid 3.1.PRE1 release notes
-Squid Developers
$Id: release-3.1.html,v 1.2 2008/01/11 02:33:34 amosjeffries Exp $
+Squid Developers
$Id: release-3.1.html,v 1.3 2008/01/11 02:38:58 amosjeffries Exp $
This document contains the release notes for version 3.1 of Squid.
Squid is a WWW Cache application developed by the National Laboratory
@@ -165,6 +165,23 @@ Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a s
New option to import entire secondary configuration files into squid.conf. +
+ Squid will follow the files immediately and insert all their content + as if it was at that position in squid.conf. As per squid.conf some + options are order-specific within the config as a whole. + + A few layers of include are allowed, but too many are confusing and + squid will enforce an include depth of 16 files. + + Syntax: + include /path/to/file1 /path/to/file2 + ++ + diff --git a/doc/release-notes/release-3.1.man b/doc/release-notes/release-3.1.man index 21538a86b1..2eb458621a 100644 --- a/doc/release-notes/release-3.1.man +++ b/doc/release-notes/release-3.1.man @@ -1,4 +1,4 @@ -Squid 3.1.PRE1 release notesSquid Developers$Id: release-3.1.man,v 1.2 2008/01/11 02:33:34 amosjeffries Exp $This document contains the release notes for version 3.1 of Squid. +Squid 3.1.PRE1 release notesSquid Developers$Id: release-3.1.man,v 1.3 2008/01/11 02:38:58 amosjeffries Exp $This document contains the release notes for version 3.1 of Squid. Squid is a WWW Cache application developed by the National Laboratory for Applied Network Research and members of the Web Caching community.Notice @@ -203,6 +203,31 @@ Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a s .ec .ft P .sp +.Pp +.IP "include" +.nr bi 1 +.Pp +New option to import entire secondary configuration files into squid.conf. +.DS +.sp +.ft RR +.nf + Squid will follow the files immediately and insert all their content + as if it was at that position in squid.conf. As per squid.conf some + options are order-specific within the config as a whole. + + A few layers of include are allowed, but too many are confusing and + squid will enforce an include depth of 16 files. + + Syntax: + include /path/to/file1 /path/to/file2 + +.DE +.fi +.ec +.ft P +.sp +.Pp .if \n(ll>1 .RE .nr ll -1 .Pp diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index abf097784e..f83dd7a499 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -2,7 +2,7 @@
New option to import entire secondary configuration files into squid.conf.
+