From: hno <> Date: Thu, 17 Jan 2008 17:09:05 +0000 (+0000) Subject: Document the addition of myportname acl X-Git-Tag: BASIC_TPROXY4~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=242c83fbe1e84c866f7d7248f9158601905cf49d;p=thirdparty%2Fsquid.git Document the addition of myportname acl --- diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index 23f45698c9..bc3aa3c794 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -2,18 +2,18 @@
-The Squid Team are pleased to announce the release of Squid-3.1.PRE1 for pre-release testing.
This new release is available for download from @@ -24,19 +24,19 @@ While this release is not deemed ready for production use, we believe it is read
We welcome feedback and bug reports. If you find a bug, please see http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d for how to submit a report with a stack trace.
-Although this release is deemed good enough for testing in many setups, please note the existence of -open bugs against Squid-3.0.
+open bugs against Squid-3.1. -The 3.1 change history can be viewed here.
-Squid 3.1 represents a new feature release above 3.0.
@@ -112,7 +112,7 @@ A new one will be needed for IPv6 traffic between the helper and server. with the RADIUS server. A new helper will be needed for IPv6 RADIUS protocol. -There have been changes to Squid's configuration file since Squid-3.0.
@@ -135,8 +135,7 @@ with the RADIUS server. A new helper will be needed for IPv6 RADIUS protocol.New option to enable/disable the ICMP pinger helper with a reconfigure instead of a full rebuild. +
New option to enable/disable the ICMP pinger helper with a reconfigure instead of a full rebuild.
Control whether the pinger is active at run-time. Enables turning ICMP pinger on and off with a simple squid -k reconfigure. @@ -145,8 +144,7 @@ with the RADIUS server. A new helper will be needed for IPv6 RADIUS protocol. -
New option to prevent squid from always looking up IPv4 regardless of whether IPv6 addresses are found. +
New option to prevent squid from always looking up IPv4 regardless of whether IPv6 addresses are found. Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a safety net behind IPv6.
Standard practice with DNS is to lookup either A or AAAA records @@ -166,8 +164,7 @@ 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. +
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 @@ -189,18 +186,30 @@ Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a s
New preset content +
New preset content - ipv6 - available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
- <p>ipv6 - now available as a preset type in the src and dst ACL matching all of the public IPv6 network space. - <verb> - acl aclname dst ipv6 + acl aclname dst ipv6-
New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between squid and its helpers. +
New port option to assign internal names to listening ports +
+ name= Specifies a internal name for the port. Defaults to + the port specification (port or addr:port) + ++ + +
New acl type myportname, matching the name of the http(s)_port where the request was accepted +
+ acl aclname myportname 3128 ... # http(s)_port name + ++ + + +
New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between squid and its helpers. Please be aware of some limits to these options. These options only affet the transport protocol used to send data to and from the helpers. Squid in IPv6-mode may still send %SRC addresses in IPv4 or IPv6 format, so all helpers will need to be checked and converted to cope with such information cleanly. @@ -214,8 +223,7 @@ format, so all helpers will need to be checked and converted to cope with such i
-This option causes some problems when bridging IPv4 and IPv6. A workaround has been provided. +
This option causes some problems when bridging IPv4 and IPv6. A workaround has been provided.
Squid is built with a capability of bridging the IPv4 and IPv6 internets. tcp_outgoing_address as previously used breaks this bridging by forcing @@ -239,8 +247,7 @@ format, so all helpers will need to be checked and converted to cope with such i-
The previous default behavour (rotate per-request) of this setting causes failover clashes with IPv6 built-in mechanisms. +
The previous default behavour (rotate per-request) of this setting causes failover clashes with IPv6 built-in mechanisms. It has thus been turned off by default. Making the 'best choice' IP continue in use for any hostname until it encounters a connection failure and failover drops to the next known IP.
Modern IP resolvers in squid sort lookup results by preferred access. @@ -269,7 +276,7 @@ It has thus been turned off by default. Making the 'best choice' IP continue in -8.3 Changes to ./configure Options +
4.3 Changes to ./configure Options
There have been some changes to Squid's build configuration since Squid-3.0.
@@ -293,24 +300,19 @@ It has thus been turned off by default. Making the 'best choice' IP continue in
Buildwith IPv6 support. The default is to build without.
+Buildwith IPv6 support. The default is to build without.
-Build support for squid to map all 127.0.0.1 traffic onto ::1. +
Build support for squid to map all 127.0.0.1 traffic onto ::1. The default is to build with 127.0.0.1 and ::1 being considered seperate IP. see the IPv6 details above for a better description.
-Enable special additions for IPv6 support in Windows XP. +
Enable special additions for IPv6 support in Windows XP. see the IPv6 details above for a better description.
-Enable special additions for IPv6 support in Windows Vista. +
Enable special additions for IPv6 support in Windows Vista. see the IPv6 details above for a better description.
-Enable CNAME recursion within the Internal DNS resolver stub squid uses. +
Enable CNAME recursion within the Internal DNS resolver stub squid uses. This has no effect on the external DNS helper. Please note this extension is still experimental and may encounter problems. To see if it is actually needed you can run squid without it for a period and @@ -324,8 +326,7 @@ but please report the bugs anyway.
Better support for Linux using the external DNS helper. +
Better support for Linux using the external DNS helper. The helper will compile and work with dns_nameservers on more variants of Linux than previously.
Support for Solaris /dev/poll
+Support for Solaris /dev/poll
-Basic POSIX select() loop without any binary fd_set optimizations.
+Basic POSIX select() loop without any binary fd_set optimizations.
-Support following the X-Forwarded-For HTTP header for determining the +
Support following the X-Forwarded-For HTTP header for determining the client IP address