]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Updated 3.2 release notes.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 4 Oct 2010 05:45:50 +0000 (23:45 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 4 Oct 2010 05:45:50 +0000 (23:45 -0600)
doc/release-notes/release-3.2.sgml

index 85f5f2ed34792285dde56d76f77817547b746073..2082977749fd0ee8aa98b6859469b9818740bada 100644 (file)
@@ -301,19 +301,22 @@ This section gives a thorough account of those changes in three categories:
 <sect1>New tags<label id="newtags">
 <p>
 <descrip>
-       <tag>adapted_http_access</tag>
-       <p>Access control based on altered HTTP request following adaptation alterations (ICAP, eCAP, URL rewriter).
-       An upgraded drop-in replacement for <em>http_access2</em> found in Squid-2.
+       <tag>cpu_affinity_map</tag>
+       <p>New setting for SMP support to map Squid processes onto specific CPU cores.
 
        <tag>else</tag>
-       <p>Part of conditional SMP support syyntax. see <em>if</em>
+       <p>Part of conditional SMP support syntax. see <em>if</em>
 
        <tag>endif</tag>
-       <p>Part of conditional SMP support syyntax. see <em>if</em>
+       <p>Part of conditional SMP support syntax. see <em>if</em>
 
        <tag>eui_lookup</tag>
        <p>Whether to lookup the EUI or MAC address of a connected client.
 
+       <tag>icap_206_enable</tag>
+       <p>New option to toggle whether the ICAP 206 (Partial Content) responses extension.
+          Default is on.
+
        <tag>if</tag>
        <p>New conditional syntax for SMP multiple-worker. 
        If-statements can be used to make configuration directives depend on conditions.
@@ -349,6 +352,10 @@ This section gives a thorough account of those changes in three categories:
        1: "no SMP" mode, start one main Squid process daemon (default)
        N: start N main Squid process daemons (i.e., SMP mode)
        </verb>
+
+       <tag>write_timeout</tag>
+       <p>New setting to limit time spent waiting for data writes to be confirmed.
+
 </descrip>
 
 <sect1>Changes to existing tags<label id="modifiedtags">
@@ -423,6 +430,9 @@ This section gives a thorough account of those changes in three categories:
        <tag>ftp_list_width</tag>
        <p>Obsolete.
 
+       <tag>ignore_expect_100</tag>
+       <p>Obsolete.
+
        <tag>url_rewrite_concurrency</tag>
        <p>Replaced by url_rewrite_children ... concurrency=N option.