From: Amos Jeffries Date: Sat, 20 Oct 2012 12:35:20 +0000 (-0600) Subject: 3.2.3 X-Git-Tag: SQUID_3_2_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e97e5a6b3dd15d3bd821e45a8472b532c6e858f;p=thirdparty%2Fsquid.git 3.2.3 --- diff --git a/ChangeLog b/ChangeLog index 9af728ea8c..8da0fab4fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -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 diff --git a/configure.ac b/configure.ac index 5cb7506ca0..fd74d8a784 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl $Id$ 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) diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 017f0edd1b..95875367ad 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@
-Squid 3.2.2 release notes +Squid 3.2.3 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . @@ -691,6 +691,8 @@ This section gives a thorough account of those changes in three categories: refresh_pattern

New option max-stale= to provide a maximum staleness factor. Squid won't serve objects more stale than this even if it failed to validate the object. +

Removed option ignore-no-cache. Its commonly desired behaviour is obsoleted + by correct HTTP/1.1 Cache-Control:no-cache handling. reply_header_access

Added support for custom response header names.