]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.3.12 and 3.4.4
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Mar 2014 03:06:51 +0000 (20:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 9 Mar 2014 03:06:51 +0000 (20:06 -0700)
ChangeLog
doc/release-notes/release-3.3.sgml
doc/release-notes/release-3.4.sgml

index 71209d0982cc7e5b1c202ed6b4e5a6c227c79003..dd0f9a5c249b55dbfc831e019f9b9835e4e3dba5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Changes to squid-3.4.4 (09 Mar 2014):
+
+       - Bug 4029: intercepted HTTPS requests bypass caching checks
+       - Bug 4001: remove use of strsep()
+       - Bug 3186 and 3628: Digest authentication always sending stale=false for nonce
+       - Fix stalled concurrent rock store reads
+       - Fix helper ID number assignment
+       - Fix build failures from CMSG related definitions
+       - Fix build failures from libcompat unsafe.h protections
+       - Copyright: Relicense helpers by Treehouse Networks Ltd.
+       - ... and all bug fixes from 3.3.12
+
 Changes to squid-3.4.3 (02 Feb 2014):
 
        - Bug 4008: HttpHeader warnOnError should be an int not a bool
@@ -96,6 +108,16 @@ Changes to squid-3.4.0.1 (29 Jul 2013):
        - ... and many documentation changes
        - ... and much code cleanup and polishing
 
+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 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.
index 6ad1bf9e3f02d002b1a79d66430368ca40b14db7..afbc28f0a898b97f19b1a0e3db3e6438547cd55b 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.3 release notes</title>
+<title>Squid 3.4.4 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.4.3 for testing.
+The Squid Team are pleased to announce the release of Squid-3.4.4 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.4/"> or the
  <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.