+Changes to squid-3.1.11 (08 Feb 2011):
+
+ - Bug 3149: not caching eCAP adapted body
+ - Bug 3144: redirector program blocks while reading STDIN
+ - Bug 3140: memory leak in error page generation
+ - Bug 3137: RADIUS auth helper does not send identifier to RADIUS server
+ - Bug 3115: logging segfaults if access_log is set to a directory
+ - Bug 2968: Show the Vary: headers information in cachemgr objects report
+ - Bug 2959: remove SAMBAPREFIX dependency
+ - Bug 2868: icc doesn't like string literal in assert checks
+ - HTTP/1.1: Send 307 status on deny_info redirection
+ - HTTP/1.1: Support POST/PUT with no body
+ - HTTP/1.1: Allow persistent connections for Mozilla/3.0 User-Agents
+ - Support RFC 5861 Cache-Control: stale-if-error option
+ - Add ftp_eprt directive to disable EPRT extensions in FTP
+ - Fix external_acl_type grace=0 to obey TTL
+ - Fix IP/FQDN cache accounting to avoid idle caches on busy servers
+ - Prevent pipeline_prefetch misconfigurations breaking NTLM/Negotiate auth
+ - ... and some documentation updates and corrections
+ - ... and some portability and stability fixes
+
Changes to squid-3.1.10 (22 Dec 2010):
- Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.10 release notes</TITLE>
+ <TITLE>Squid 3.1.11 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.10 release notes</H1>
+<H1>Squid 3.1.11 release notes</H1>
<H2>Squid Developers</H2>
<HR>
<HR>
<H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
-<P>The Squid Team are pleased to announce the release of Squid-3.1.10</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.11</P>
<P>This new release is available for download from
<A HREF="http://www.squid-cache.org/Versions/v3/3.1/">http://www.squid-cache.org/Versions/v3/3.1/</A> or the
<A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
</PRE>
</P>
-<DT><B>ftp_epsv</B><DD>
-<P>
-<PRE>
- FTP Protocol extensions permit the use of a special "EPSV" command.
-
- NATs may be able to put the connection on a "fast path" through the
- translator using EPSV, as the EPRT command will never be used and therefore,
- translation of the data portion of the segments will never be needed.
-
- Turning this OFF will prevent EPSV being attempted.
+<DT><B>ftp_eprt</B><DD>
+<P>New directive added with squid-3.1.11 to control whether Squid uses EPRT extension
+for efficient NAT handling and IPv6 protocol support in FTP.</P>
- WARNING: Doing so will convert Squid back to the old behavior with all
- the related problems with external NAT devices/layers.
-
- Requires ftp_passive to be ON (default) for any effect.
-
-</PRE>
-</P>
+<DT><B>ftp_epsv</B><DD>
+<P>New directive to control whether Squid uses EPSV extension for
+efficient NAT handling and IPv6 protocol support in FTP.</P>
<DT><B>ftp_epsv_all</B><DD>
-<P>
-<PRE>
- FTP Protocol extensions permit the use of a special "EPSV ALL" command.
-
- NATs may be able to put the connection on a "fast path" through the
- translator, as the EPRT command will never be used and therefore,
- translation of the data portion of the segments will never be needed.
-
- When a client only expects to do two-way FTP transfers this may be useful.
- If Squid finds that it must do a three-way FTP transfer after issuing
- an EPSV ALL command, the FTP session will fail.
-
- If you have any doubts about this option do not use it.
- Squid will nicely attempt all other connection methods.
-
- Requires ftp_passive to be ON (default)
-
-</PRE>
-</P>
+<P>New directive to control whether Squid uses "EPSV ALL" extension for
+efficient NAT handling and IPv6 protocol support in FTP.</P>
<DT><B>forward_max_tries</B><DD>
<P>Controls how many different forward paths Squid will try
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.10 release notes</title>
+<title>Squid 3.1.11 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.10
+The Squid Team are pleased to announce the release of Squid-3.1.11
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
</verb>
<tag>ftp_eprt</tag>
- <p>New directive to control whether Squid uses EPRT extension for
- efficient NAT handling and IPv6 protocol support in FTP.
+ <p>New directive added with squid-3.1.11 to control whether Squid uses EPRT extension
+ for efficient NAT handling and IPv6 protocol support in FTP.
<tag>ftp_epsv</tag>
<p>New directive to control whether Squid uses EPSV extension for