-Changes to squid-3.2.1 (06 Oct 2012):
+Changes to squid-3.2.3 (21 Oct 2012):
+
+ - Regression: SMP crashes on startup with workers > 1
+ - Bug 3655: pinning failure breaks NTLM and Negotiate authentication
+ - SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
+ - HTTP/1.1: honour Cache-Control before Pragma:no-cache
+ - HTTP/1.1: Cache-Control compliance upgrade
+ - Remove obsoleted refresh_pattern ignore-no-cache option
+ - Fix IPv6 enabled squidclient
+ - ... and several compile fixes
+
+Changes to squid-3.2.2 (06 Oct 2012):
- Regression: Make login=PASS send no credentials when none available
- Regression: Handle dstdomain duplicates and overlapping names better
dnl
dnl
dnl
-AC_INIT([Squid Web Proxy],[3.2.2-BZR],[http://www.squid-cache.org/bugs/],[squid])
+AC_INIT([Squid Web Proxy],[3.2.3-BZR],[http://www.squid-cache.org/bugs/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
<!doctype linuxdoc system>
<article>
-<title>Squid 3.2.2 release notes</title>
+<title>Squid 3.2.3 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.2.2 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.3 for testing.
This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
<tag>refresh_pattern</tag>
<p>New option <em>max-stale=</em> to provide a maximum staleness factor. Squid won't
serve objects more stale than this even if it failed to validate the object.
+ <p>Removed option <em>ignore-no-cache</em>. Its commonly desired behaviour is obsoleted
+ by correct HTTP/1.1 Cache-Control:no-cache handling.
<tag>reply_header_access</tag>
<p>Added support for custom response header names.</p>