]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.3.0.2, 3.2.4, 3.1.22
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Dec 2012 08:24:33 +0000 (01:24 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Dec 2012 08:24:33 +0000 (01:24 -0700)
ChangeLog
doc/release-notes/release-3.1.sgml
doc/release-notes/release-3.2.sgml
doc/release-notes/release-3.3.sgml

index b120889928b614bcc7c16c18785e0be114d35fb9..4998d1d388fe2d2ff7c07b51b95ecb94ea73fe66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes to squid-3.3.0.2 (03 Dec 2012):
+
+       - Support matching empty header field values using req_header and rep_header
+       - ... and some minor code polish and input vaidations
+       - ... and all changes from squid 3.2.4
+
 Changes to squid-3.3.0.1 (21 Oct 2012):
 
        - Bug 3610: Add peername_regex ACL
@@ -17,6 +23,18 @@ Changes to squid-3.3.0.1 (21 Oct 2012):
        - ... and many compile error fixes
        - ... and a very large amount of code polish for faster compilation
 
+Changes to squid-3.2.4 (03 Dec 2012):
+
+       - Ported: urllogin ACL from squid 2.7
+       - Bug 3688: Lots of Orphan Comm:Connections to ICAP server
+       - Bug 3677: Port un-pinning logic changes from squid 3.3
+       - Bug 3405: ssl_crtd crashes failing to remove certificate
+       - ... and major bugs fixed in squid 3.1.22
+       - Fix accept_filter on Linux
+       - Remove 'Bungled' warning on missing component directives
+       - ... and many buffer and memory leak issues in the bundled helpers
+       - ... and a small amount of code polishing
+
 Changes to squid-3.2.3 (21 Oct 2012):
 
        - Regression: SMP crashes on startup with workers > 1
@@ -454,6 +472,14 @@ Changes to squid-3.2.0.1 (03 Aug 2010):
        - ... and a great many testing improvements
        - ... and many documentation updates
 
+Changes to squid-3.1.22 (03 Dec 2012):
+
+       - Bug 3685: Squid hangs in Delay Pools ClassCBucket::update
+       - Bug 3659: read_timeout problem with HTTPS
+       - Bug 3654: Fix IPv6 enabled squidclient
+       - Bug 3189: AIO thread race on pipe() initialization
+       - cachemgr.cgi: Memory Leaks and DoS Vulnerability
+
 Changes to squid-3.1.21 (23 Sep 2012):
 
        - Bug 3622: peerClearRRStart scheduling multiple events
index 41ba10edb12f91afc64fc0a2cd1ed40a7e22ec67..eddf2dbcb58719ee778d29698419c1bbbb20db37 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.21 release notes</title>
+<title>Squid 3.1.22 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.1.21
+The Squid Team are pleased to announce the release of Squid-3.1.22
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
index aee57b94625f8bf89408188981c9202e7ce15d29..ba66f7aad154bd4d7464505655a734084ab0ed9e 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.3 release notes</title>
+<title>Squid 3.2.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.2.3 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.4 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
index 16d269837477e3b080d015ddd7939c80b0212873..982ffc418d564764165d6d08983c6a1cdf3ed178 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.0.1 release notes</title>
+<title>Squid 3.3.0.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.3.0.1 for testing.
+The Squid Team are pleased to announce the release of Squid-3.3.0.2 for testing.
 
 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">.