From: Amos Jeffries
New format code %note to log a transaction annotation linked to the transaction by ICAP, eCAP, a helper, or the note squid.conf directive.
+New format code %>qos to log client connection TOS/DSCP value set by Squid.
+New format code %<qos to log server connection TOS/DSCP value set by Squid.
+New format code %>nfmark to log client connection netfilter mark set by Squid.
+New format code %<nfmark to log server connection netfilter mark set by Squid.
Updated to take a numeric count of prefetched pipeline requests instead of ON/OFF.
diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index d21e6ae2e1..7efb41b1bc 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -290,6 +290,10 @@ This section gives a thorough account of those changes in three categories:New format code %note to log a transaction annotation linked to the transaction by ICAP, eCAP, a helper, or the note squid.conf directive. +
New format code %>qos to log client connection TOS/DSCP value set by Squid. +
New format code %<qos to log server connection TOS/DSCP value set by Squid. +
New format code %>nfmark to log client connection netfilter mark set by Squid. +
New format code %<nfmark to log server connection netfilter mark set by Squid.
Updated to take a numeric count of prefetched pipeline requests instead of ON/OFF.