From: Amos Jeffries
Date: Sun, 9 Mar 2014 05:24:00 +0000 (-0700)
Subject: 3.3.12
X-Git-Tag: SQUID_3_3_12
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4be9cebc528a8a0c3be80207dc8a1e4dca22b68;p=thirdparty%2Fsquid.git
3.3.12
---
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.
-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.