]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.5.2 and 3.4.12
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 18 Feb 2015 10:22:51 +0000 (02:22 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 18 Feb 2015 10:22:51 +0000 (02:22 -0800)
ChangeLog
doc/release-notes/release-3.4.sgml
doc/release-notes/release-3.5.sgml

index d209d5292885866a7bcc01267322e7e9c5569f8e..65da2352ed3edae5ad52196ce3b6e0c7f4f20195 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes to squid-3.5.2 (18 Feb 2015):
+
+       - Regression Bug 4176: Digest auth too many helper lookups
+       - Regression Bug 4180: not-fully-initialized data member in ACLUserData
+       - Bug 4172: Solaris broken krb5-config
+       - Bug 4073: Cygwin compile errors
+       - Bug 3919: remove several never-true / never-false comparisons
+       - HTTPS: Add missing root CAs when validating chains that passed internal checks
+       - Fix some cbdataFree related memory leaks
+       - Quieten CBDATA 'leak' messages
+       - Set SNI information in transparent bumping mode
+       - negotiate_kerberos_auth: fix krb5.conf backward compatibility
+       - Fix memory leaks in cachemgr.cgi URL parser
+       - Fix sslproxy_options in peek-and-splice mode
+       - ... and fix several portability and build issues
+       - ... and some documentation updates
+       - ... and all fixes from squid 3.4.11
+
 Changes to squid-3.5.1 (13 Jan 2015):
 
        - Fix handling of invalid SSL server certificates when splicing connections
@@ -100,6 +118,18 @@ Changes to squid-3.5.0.1 (17 Oct 2014):
        - ... and many error page translation updates
        - ... and much code cleanup and polishing
 
+Changes to squid-3.4.12 (18 Feb 2015):
+
+       - Bug 4066: Digest auth nonce indefinite rollover
+       - Bug 3997: Excessive NTLM or Negotiate auth helper annotations
+       - Fix several crashes when debugging enabled
+       - Fix silent SSL/TLS failure on split-stack operating systems
+       - HTTP/1.1: Stop emitting (Proxy-)Authentication-Info for Negotiate
+       - HTTPS: Add TLS/SSL option NO_TICKET to http[s]_port
+       - Remove dst ACL dependency on HTTP request message existence
+       - Set cap_net_admin when Squid sets TOS/Diffserv packet values
+       - ... and some documentation updates
+
 Changes to squid-3.4.11 (13 Jan 2015):
 
        - Bug 4164: SEGFAULT when %W formating code used in errorpages
index e33e7a7ed677d262acbef21e52676a78ddc9e50b..d81750c86f739155aaf537b046b11ddb171a8c70 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.11 release notes</title>
+<title>Squid 3.4.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.4.11 for testing.
+The Squid Team are pleased to announce the release of Squid-3.4.12.
 
 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/Download/http-mirrors.html" name="mirrors">.
index 0fc9ea4f5ec0d10b42b0209f860fd38eb7a6602f..6988c3b7c7ecb29129b70be9824705daa86b7fb9 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.5.1 release notes</title>
+<title>Squid 3.5.2 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.5.1 for testing.
+The Squid Team are pleased to announce the release of Squid-3.5.2.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.