------------------------------------------------------------ revno: 11691 tags: SQUID_3_2_3 revision-id: squid3@treenet.co.nz-20121020123520-a1eacp93ju7wm1hn parent: squid3@treenet.co.nz-20121020123221-oa4q7z1dau5lv6ey committer: Amos Jeffries branch nick: 3.2 timestamp: Sat 2012-10-20 06:35:20 -0600 message: 3.2.3 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121020123520-a1eacp93ju7wm1hn # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: 0def7f42ef69980521d7b39e0188ef9a278c6f46 # timestamp: 2012-10-31 23:03:03 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121020123221-\ # oa4q7z1dau5lv6ey # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2012-10-06 03:07:59 +0000 +++ ChangeLog 2012-10-20 12:35:20 +0000 @@ -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 === modified file 'configure.ac' --- configure.ac 2012-10-17 00:12:04 +0000 +++ configure.ac 2012-10-20 12:35:20 +0000 @@ -3,7 +3,7 @@ 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) === modified file 'doc/release-notes/release-3.2.sgml' --- doc/release-notes/release-3.2.sgml 2012-10-06 03:07:59 +0000 +++ doc/release-notes/release-3.2.sgml 2012-10-20 12:35:20 +0000 @@ -1,6 +1,6 @@
-Squid 3.2.2 release notes +Squid 3.2.3 release notes Squid Developers @@ -13,7 +13,7 @@ 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 @@ 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.