From: Amos Jeffries Date: Mon, 22 Jul 2013 01:57:39 +0000 (-0600) Subject: Release notes for rev.12945 X-Git-Tag: SQUID_3_4_0_1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4c8b92f28ebac513ffe0a0451b0f2a94260dd84;p=thirdparty%2Fsquid.git Release notes for rev.12945 --- diff --git a/doc/release-notes/release-3.4.html b/doc/release-notes/release-3.4.html index 565897fcb4..e621b84291 100644 --- a/doc/release-notes/release-3.4.html +++ b/doc/release-notes/release-3.4.html @@ -365,6 +365,10 @@ see --enable-pf-transparent for more details.

logformat

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.

pipeline_prefetch

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: logformat

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. pipeline_prefetch

Updated to take a numeric count of prefetched pipeline requests instead of ON/OFF.