@@ -404,7 +404,7 @@ is required to prevent an unacceptable surrogate ID of 'localhost' being generat
direct filesystem logging (stdio, daemon) to network logging (syslog, UDP and TCP). The daemon logging
interface allows for a custom helper to be written to process logs in real-time.
-
Upgrading: the access_log was previously logge via what is now called the stdio module.
+
Upgrading: the access_log was previously logged via what is now called the stdio module.
This is still supported and used by default if no module is named. For best performance particularly in SMP
environments we recommend the daemon be used. The provided log_file_daemon helper
performs the traditional logging to local filesystem.
@@ -417,7 +417,8 @@ logging a single cache.log at relatively high debug levels on a high-traffic sys
required to store a long period of access.log and needs to conserve disk space.
The referer_log and useragent_log directives have been converted to built-in log formats.
-These logs are now created using an access_log line with the format "referrer" or "useragent".
+These logs are now created using an access_log line with the format "referrer" or "useragent".
+They also now log all client requests, if there was no Referer or User-Agent header a dash (-) is logged.
2.10Client Bandwidth Limits
@@ -689,9 +690,6 @@ The old form is deprecated but still accepted.
3xx status only available when redirecting to a URI.
Other status only available when supplying an error template body.
-
dns_v4_fallback
-
Obsoleted by DNS parallel lookups.
-
external_acl_type
New format tags and option parameters:
%SRCEUI48 EUI-48 / MAC address of client from ARP lookup.
@@ -791,6 +789,9 @@ The IPv6 magic 'to_ipv6' hacks needed in 3.1 are now no longer necessary.
+
dns_v4_fallback
+
Obsolete. Replaced by DNS parallel lookups.
+
emulate_httpd_log
Replaced by common format option on an access_log directive.
diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml
index 324c674fee..74f4ba3aaa 100644
--- a/doc/release-notes/release-3.2.sgml
+++ b/doc/release-notes/release-3.2.sgml
@@ -1,6 +1,6 @@
-Squid 3.2.0.15 release notes
+Squid 3.2.0.16 release notesSquid Developers
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
Notice
-The Squid Team are pleased to announce the release of Squid-3.2.0.15 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.0.16 for testing.
This new release is available for download from or the .
@@ -311,7 +311,7 @@ Most user-facing changes are reflected in squid.conf (see below).
direct filesystem logging (stdio, daemon) to network logging (syslog, UDP and TCP). The daemon logging
interface allows for a custom helper to be written to process logs in real-time.
-
Upgrading: the access_log was previously logge via what is now called the stdio module.
+
Upgrading: the access_log was previously logged via what is now called the stdio module.
This is still supported and used by default if no module is named. For best performance particularly in SMP
environments we recommend the daemon be used. The provided log_file_daemon helper
performs the traditional logging to local filesystem.
@@ -325,6 +325,7 @@ Most user-facing changes are reflected in squid.conf (see below).
The referer_log and useragent_log directives have been converted to built-in log formats.
These logs are now created using an access_log line with the format "referrer" or "useragent".
+ They also now log all client requests, if there was no Referer or User-Agent header a dash (-) is logged.
Client Bandwidth Limits
@@ -575,9 +576,6 @@ This section gives a thorough account of those changes in three categories:
3xx status only available when redirecting to a URI.
Other status only available when supplying an error template body.
- dns_v4_fallback
-
Obsoleted by DNS parallel lookups.
-
external_acl_type
New format tags and option parameters:
%SRCEUI48 EUI-48 / MAC address of client from ARP lookup.
@@ -673,6 +671,9 @@ This section gives a thorough account of those changes in three categories:
Removed tags