------------------------------------------------------------ revno: 12370 revision-id: squid3@treenet.co.nz-20121020104131-neuqvp259i4om5w0 parent: squid3@treenet.co.nz-20121020062943-wk6o41x6jbov20vx committer: Amos Jeffries branch nick: 3.3 timestamp: Sat 2012-10-20 04:41:31 -0600 message: Prep for 3.2.3 and 3.3.0.1 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121020104131-neuqvp259i4om5w0 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: fcb19f5a0c4fb699b08691a5959705a50d79ffe8 # timestamp: 2012-10-20 12:26:49 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20121020062943-\ # wk6o41x6jbov20vx # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2012-10-06 02:54:53 +0000 +++ ChangeLog 2012-10-20 10:41:31 +0000 @@ -1,4 +1,34 @@ -Changes to squid-3.2.1 (06 Oct 2012): +Changes to squid-3.3.0.1 (21 Oct 2012): + + - Bug 3610: Add peername_regex ACL + - Bug 3239: rename myip/myport as localip/localport + - Bug 3130: helpers are crashing too rapidly + - Add log_db_daemon SQL Database Logging Daemon + - Add ext_time_quota_acl helper managing sessions by bandwidth usage + - Add request_header_add option + - Support C++11 features where possible + - Support bump-ssl-server-first + - Support mimic SSL server certificates + - Remove --enable-ntlm-fail-open + - Fix TLS/SSL Options does not apply to the dynamically generated certificates + - Fix SslBump stuck after error + - Polish: display ACL enumeration text in debugs + - ... and many portability fixes for MacOS X, Windows and others + - ... and many compile error fixes + - ... and a very large amount of code polish for faster compilation + +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 'doc/release-notes/release-3.2.sgml' --- doc/release-notes/release-3.2.sgml 2012-10-06 02:54:53 +0000 +++ doc/release-notes/release-3.2.sgml 2012-10-20 10:41:31 +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.

=== modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2012-08-14 12:04:16 +0000 +++ doc/release-notes/release-3.3.sgml 2012-10-20 10:41:31 +0000 @@ -1,6 +1,6 @@
-Squid 3.3.0.0 release notes +Squid 3.3.0.1 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.3.0.0 for testing. +The Squid Team are pleased to announce the release of Squid-3.3.0.1 for testing. This new release is available for download from or the .