+Changes to squid-3.1.13 (01 Jul 2011):
+
+ - Regression Bug 3239: problems with myip/myport upgrade
+ - Bug 3153: hung ICAP RESPMOD transactions
+ - Update ssl_crtd to use 'OK' status inline with other helpers
+
Changes to squid-3.1.12.3 (18 Jun 2011):
- Bug 3236: Port of %oa, %<lp and %<lp and %<la log format options
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.12.3 release notes</TITLE>
+ <TITLE>Squid 3.1.13 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.1.12.3 release notes</H1>
+<H1>Squid 3.1.13 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.12.3</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.13</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>
<UL>
<LI>Windows support is still largely missing.</LI>
<LI>AIX support for building with the IBM compiler is broken.</LI>
+<LI>OpenSSL 1.0.0 support is incomplete.</LI>
</UL>
</P>
X-Forwarded-For header.
If set to "truncate", Squid will remove all existing
- X-Forwarded-For entries, and place itself as the sole entry.
+ X-Forwarded-For entries, and place the client IP as the sole entry.
</PRE>
</P>
<P>A copy of the latest translated files can instead be downloaded from
<A HREF="http://www.squid-cache.org/Versions/langpack/">http://www.squid-cache.org/Versions/langpack/</A></P>
-<DT><B>--with-dns-cname</B><DD>
-<P>Enable CNAME recursion within the Internal DNS resolver stub squid uses.
-This has no effect on the external DNS helper.</P>
-<P>Please note this extension is still experimental and may encounter problems.
-To see if it is actually needed you can run squid without it for a period and
-check the CNAME-Only Requests statistics squid maintains.</P>
-<P>If it produces ongoing serious problems the external helper may be needed
-but please report the bugs anyway.</P>
-
-<DT><B>--with-libexpat / --without-libexpat</B><DD>
-<P>Require libexpat XML parser to be built into Squid for ESI parsing.
-Build will fail if this option is used and the library is not present.
-Default is to auto-detect it when using ESI and ignore if not present.
-Use --without-libexpat to prevent it being auto-detected.</P>
-
-<DT><B>--with-libxml2 / --without-libxml2</B><DD>
-<P>Require libxml2 XML parser to be built into Squid for ESI parsing.
-Build will fail if this option is used and the library is not present.
-Default is to auto-detect it when building with ESI.
-Use --without-libxml2 to prevent it being auto-detected.</P>
-
<DT><B>--with-logdir=PATH</B><DD>
<P>Allow build-time configuration of Default location for Squid logs.</P>
<!doctype linuxdoc system>
<article>
-<title>Squid 3.1.12.3 release notes</title>
+<title>Squid 3.1.13 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.1.12.3
+The Squid Team are pleased to announce the release of Squid-3.1.13
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">.
<sect1>Known issues
<p>
-Although this release is deemed good enough for use in many setups, please note the existence of <url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&target_milestone=3.1&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&order=bugs.bug_severity" name="open bugs against Squid-3.1">.
+Although this release is deemed good enough for use in many setups, please note the existence of
+<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&target_milestone=3.1&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&order=bugs.bug_severity" name="open bugs against Squid-3.1">.
<p>Some issues to note as currently known in this release which are not able to be fixed in the 3.1 series are:
<itemize>
<item>Windows support is still largely missing.
<item>AIX support for building with the IBM compiler is broken.
+ <item>OpenSSL 1.0.0 support is incomplete.
</itemize>
X-Forwarded-For header.
If set to "truncate", Squid will remove all existing
- X-Forwarded-For entries, and place itself as the sole entry.
+ X-Forwarded-For entries, and place the client IP as the sole entry.
</verb>
<tag>header_replace</tag>
<p>A copy of the latest translated files can instead be downloaded from
<url url="http://www.squid-cache.org/Versions/langpack/" name="http://www.squid-cache.org/Versions/langpack/">
- <tag>--with-dns-cname</tag>
- <p>Enable CNAME recursion within the Internal DNS resolver stub squid uses.
- This has no effect on the external DNS helper.
- <p>Please note this extension is still experimental and may encounter problems.
- To see if it is actually needed you can run squid without it for a period and
- check the CNAME-Only Requests statistics squid maintains.
- <p>If it produces ongoing serious problems the external helper may be needed
- but please report the bugs anyway.
-
- <tag>--with-libexpat / --without-libexpat</tag>
- <p>Require libexpat XML parser to be built into Squid for ESI parsing.
- Build will fail if this option is used and the library is not present.
- Default is to auto-detect it when using ESI and ignore if not present.
- Use --without-libexpat to prevent it being auto-detected.
-
- <tag>--with-libxml2 / --without-libxml2</tag>
- <p>Require libxml2 XML parser to be built into Squid for ESI parsing.
- Build will fail if this option is used and the library is not present.
- Default is to auto-detect it when building with ESI.
- Use --without-libxml2 to prevent it being auto-detected.
-
<tag>--with-logdir=PATH</tag>
<p>Allow build-time configuration of Default location for Squid logs.