]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.3.12 SQUID_3_3_12
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Mar 2014 05:24:00 +0000 (22:24 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Mar 2014 05:24:00 +0000 (22:24 -0700)
ChangeLog
configure.ac
doc/release-notes/release-3.3.html
doc/release-notes/release-3.3.sgml

index 80a185d21db21acb2d137b7a1deced609b6be5c4..a4a1bdff9e0f19032b1912e2fe758da323fbce03 100644 (file)
--- 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
index 1cf6b5f76ee1e2e5e50dc1847c20e72d270e9874..52d3e33d029a437b8ccb590eefca76c33994d8ac 100644 (file)
@@ -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)
index 37d36fd3b74b89fba0e8621556997461d9cb3c1e..0991b0515a40cb38add40deef6a679c26d3556f1 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.3.11 release notes</TITLE>
+ <TITLE>Squid 3.3.12 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.3.11 release notes</H1>
+<H1>Squid 3.3.12 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -56,7 +56,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.3.11.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.3.12.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.3/">http://www.squid-cache.org/Versions/v3/3.3/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -281,6 +281,9 @@ Always use <EM>myportname</EM> type to match the squid.conf port details.</P>
 <EM>ssl::certUntrusted</EM>,
 <EM>ssl::certSelfSigned</EM>.</P>
 
+<DT><B>client_netmask</B><DD>
+<P>IP address 127.0.0.1 (localhost IPv4) is no longer masked.</P>
+
 <DT><B>external_acl_type</B><DD>
 <P><EM>%ACL</EM> format tag ported from 2.6.
 Sends the name of ACL being tested to the external helper.</P>
index 008de64b65bd9822eaba12aa30daf7dc16fc33e6..c27bcc98fee3b3b2987a4d6c336d24a0bb6c1f44 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.11 release notes</title>
+<title>Squid 3.3.12 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.3/"> or the 
 <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
@@ -212,6 +212,9 @@ This section gives a thorough account of those changes in three categories:
           <em>ssl::certUntrusted</em>,
           <em>ssl::certSelfSigned</em>.
 
+       <tag>client_netmask</tag>
+       <p>IP address 127.0.0.1 (localhost IPv4) is no longer masked.
+
        <tag>external_acl_type</tag>
        <p><em>%ACL</em> format tag ported from 2.6.
           Sends the name of ACL being tested to the external helper.