]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release notes for rev.12945
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jul 2013 01:57:39 +0000 (19:57 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jul 2013 01:57:39 +0000 (19:57 -0600)
doc/release-notes/release-3.4.html
doc/release-notes/release-3.4.sgml

index 565897fcb40623d742144dc41156c9b437558ab4..e621b8429188e529bf855640a274f62a8b465c7b 100644 (file)
@@ -365,6 +365,10 @@ see <EM>--enable-pf-transparent</EM> for more details.</P>
 <DT><B>logformat</B><DD>
 <P>New format code <EM>%note</EM> to log a transaction annotation linked to the
 transaction by ICAP, eCAP, a helper, or the <EM>note</EM> squid.conf directive.</P>
+<P>New format code <EM>%&gt;qos</EM> to log client connection TOS/DSCP value set by Squid.</P>
+<P>New format code <EM>%&lt;qos</EM> to log server connection TOS/DSCP value set by Squid.</P>
+<P>New format code <EM>%&gt;nfmark</EM> to log client connection netfilter mark set by Squid.</P>
+<P>New format code <EM>%&lt;nfmark</EM> to log server connection netfilter mark set by Squid.</P>
 
 <DT><B>pipeline_prefetch</B><DD>
 <P>Updated to take a numeric count of prefetched pipeline requests instead of ON/OFF.</P>
index d21e6ae2e128e6e22532b656dbfac76dbef0fa14..7efb41b1bc759a979d4f4918eeb372566046ed41 100644 (file)
@@ -290,6 +290,10 @@ This section gives a thorough account of those changes in three categories:
        <tag>logformat</tag>
        <p>New format code <em>%note</em> to log a transaction annotation linked to the
           transaction by ICAP, eCAP, a helper, or the <em>note</em> squid.conf directive.
+       <p>New format code <em>%&gt;qos</em> to log client connection TOS/DSCP value set by Squid.
+       <p>New format code <em>%&lt;qos</em> to log server connection TOS/DSCP value set by Squid.
+       <p>New format code <em>%&gt;nfmark</em> to log client connection netfilter mark set by Squid.
+       <p>New format code <em>%&lt;nfmark</em> to log server connection netfilter mark set by Squid.
 
        <tag>pipeline_prefetch</tag>
        <p>Updated to take a numeric count of prefetched pipeline requests instead of ON/OFF.