+Changes to squid-3.2.1 (06 Oct 2012):
+
+ - Regression: Make login=PASS send no credentials when none available
+ - Regression: Handle dstdomain duplicates and overlapping names better
+ - Bug 3661: Segmentation fault when using more than 1 worker
+ - Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
+ - Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
+ - Bug 3648: polish String class files
+ - Bug 3647: parsing hier_code acl fails
+ - Bug 3626: forwarding loops on intercepted traffic
+ - Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
+ - Bug 3609: several RADIUS helper improvements
+ - Bug 3605: memory leak in Negotiate authentication
+ - Fix small memory leak in src ACL parse
+ - Fix maximum_single_addr_tries upgrade
+ - Fix chunked encoding on responses carrying a Content-Range header.
+ - Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
+ - ... and several compile errors
+
Changes to squid-3.2.1 (15 Aug 2012):
- Bug 3605: memory leak in peer selection
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.2.1 release notes</TITLE>
+ <TITLE>Squid 3.2.2 release notes</TITLE>
</HEAD>
<BODY>
-<H1>Squid 3.2.1 release notes</H1>
+<H1>Squid 3.2.2 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.2.1 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.2.2 for testing.</P>
<P>This new release is available for download from
<A HREF="http://www.squid-cache.org/Versions/v3/3.2/">http://www.squid-cache.org/Versions/v3/3.2/</A> or the
<A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
versions and beginning with 3.2 they are available in languages other than English (where translated).</P>
<P>Details in
-<A HREF="http://wiki.squid-cache.org/Features/QualityOfService">The Squid wiki</A></P>
+<A HREF="http://wiki.squid-cache.org/Translations">The Squid wiki</A></P>
<P>3.1 began the Internationalization of Squid with the public facing error pages.
This move begins the Localization of the internal administrator facing manuals.</P>
direct filesystem logging (stdio, daemon) to network logging (syslog, UDP and TCP). The daemon logging
interface allows for a custom helper to be written to process logs in real-time.</P>
-<P>Upgrading: the <EM>access_log</EM> was previously logged via what is now called the <EM>stdio</EM> module.
+<P>Upgrading: the <EM>access_log</EM> and <EM>cache_store_log</EM> were previously logged via what is
+now called the <EM>stdio</EM> module.
This is still supported and used by default if no module is named. For best performance particularly in SMP
environments we recommend the <EM>daemon</EM> be used. The provided <EM>log_file_daemon</EM> helper
performs the traditional logging to local filesystem.</P>
logging a single cache.log at relatively high debug levels on a high-traffic system. Or one which is
required to store a long period of access.log and needs to conserve disk space.</P>
-<P>The referer_log and useragent_log directives have been converted to built-in log formats.
-These logs are now created using an access_log line with the format "referrer" or "useragent".
+<P>The <EM>referer_log</EM> and <EM>useragent_log</EM> directives have been converted to built-in log formats.
+These logs are now created using an <EM>access_log</EM> line with the format "referrer" or "useragent".
They also now log all client requests, if there was no Referer or User-Agent header a dash (-) is logged.</P>
<P>Known Issue: The TCP logging module does not recover from broken connections well.
<P><EM>htcp-*</EM> options collapsed into <EM>htcp=</EM> taking an optional comma-separated list of flags.
The old form is deprecated but still accepted.</P>
+<DT><B>cache_store_log</B><DD>
+<P>Now uses logging modules. Example: stdio:/file/path
+see <EM>access_log</EM> for a list of supported modules and their parameters.</P>
+
<DT><B>clientside_mark</B><DD>
<P>New configuration parameter <EM>clientside_mark</EM></P>
<P>Allows packets leaving Squid on the client side to be marked with a Netfilter mark value in the same way as the existing clientside_tos feature.</P>