------------------------------------------------------------ revno: 12678 tags: SQUID_3_3_12 revision-id: squid3@treenet.co.nz-20140309052400-23f11xj0972bduy0 parent: squid3@treenet.co.nz-20140309023519-t6wmqou7m816tgnl committer: Amos Jeffries branch nick: 3.3 timestamp: Sat 2014-03-08 22:24:00 -0700 message: 3.3.12 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140309052400-23f11xj0972bduy0 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: de62499d913fef1e0dcfd45da92ec59c69b29fd3 # timestamp: 2014-03-09 05:44:55 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20140309023519-\ # t6wmqou7m816tgnl # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2013-11-30 13:54:16 +0000 +++ ChangeLog 2014-03-09 05:24:00 +0000 @@ -1,4 +1,14 @@ +Changes to squid-3.3.12 (09 Mar 2014): + + - Regression Bug 3769: client_netmask not evaluated since Comm redesign + - Bug 4026: Fix SSL and adaptation_access handling of aborted connections + - Bug 3969: Fix credentials caching for Digest authentication + - Bug 3806: Caching responses with Vary header + - Fix umask default on crash report generated email + - Fix pthread library detection on FreeBSD 10 + - Avoid assertions on Range requests that trigger Squid-generated errors. + Changes to squid-3.3.11 (01 Dec 2013): - Regression Bug 3936: error-details.txt parse error with OpenSSL since 3.3.9 === modified file 'configure.ac' --- configure.ac 2014-03-09 02:07:51 +0000 +++ configure.ac 2014-03-09 05:24:00 +0000 @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.11-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.12-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) === modified file 'doc/release-notes/release-3.3.html' --- doc/release-notes/release-3.3.html 2013-11-30 13:54:16 +0000 +++ doc/release-notes/release-3.3.html 2014-03-09 05:24:00 +0000 @@ -2,10 +2,10 @@ - Squid 3.3.11 release notes + Squid 3.3.12 release notes -

Squid 3.3.11 release notes

+

Squid 3.3.12 release notes

Squid Developers


@@ -56,7 +56,7 @@

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.3.11.

+

The Squid Team are pleased to announce the release of Squid-3.3.12.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.3/ or the mirrors.

@@ -281,6 +281,9 @@ ssl::certUntrusted, ssl::certSelfSigned.

+
client_netmask
+

IP address 127.0.0.1 (localhost IPv4) is no longer masked.

+
external_acl_type

%ACL format tag ported from 2.6. Sends the name of ACL being tested to the external helper.

=== modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2013-11-30 13:54:16 +0000 +++ doc/release-notes/release-3.3.sgml 2014-03-09 05:24:00 +0000 @@ -1,6 +1,6 @@
-Squid 3.3.11 release notes +Squid 3.3.12 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.3.11. +The Squid Team are pleased to announce the release of Squid-3.3.12. This new release is available for download from or the . @@ -212,6 +212,9 @@ ssl::certUntrusted, ssl::certSelfSigned. + client_netmask +

IP address 127.0.0.1 (localhost IPv4) is no longer masked. + external_acl_type

%ACL format tag ported from 2.6. Sends the name of ACL being tested to the external helper.