From a4be9cebc528a8a0c3be80207dc8a1e4dca22b68 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 8 Mar 2014 22:24:00 -0700 Subject: [PATCH] 3.3.12 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- doc/release-notes/release-3.3.html | 9 ++++++--- doc/release-notes/release-3.3.sgml | 7 +++++-- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80a185d21d..a4a1bdff9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 1cf6b5f76e..52d3e33d02 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/doc/release-notes/release-3.3.html b/doc/release-notes/release-3.3.html index 37d36fd3b7..0991b0515a 100644 --- a/doc/release-notes/release-3.3.html +++ b/doc/release-notes/release-3.3.html @@ -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 @@ for Applied Network Research and members of the Web Caching community.

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 @@ Always use myportname type to match the squid.conf port details.

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.

diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 008de64b65..c27bcc98fe 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@
-Squid 3.3.11 release notes +Squid 3.3.12 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.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 @@ This section gives a thorough account of those changes in three categories: 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. -- 2.47.2