]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.23, 3.2.6, 3.3.0.3
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jan 2013 00:22:17 +0000 (17:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jan 2013 00:22:17 +0000 (17:22 -0700)
ChangeLog
doc/release-notes/release-3.1.sgml
doc/release-notes/release-3.2.sgml
doc/release-notes/release-3.3.sgml

index 13cce38555a9791bd49b38128b207d264d0b2545..787032a555350fdfeeb01cbc4aae27b7048712ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes to squid-3.3.0.3 (09 Jan 2013):
+
+       - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
+       - Bug 3728: Improve debug for cache_dir
+       - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+       - kerberos_ldap_group: support multiple groups in squid.conf ACL definition
+       - kqueue: update status from experimental to fully available net I/O method
+       - ... and many memory leaks and potential bugs detected by Coverity Scan
+
 Changes to squid-3.3.0.2 (03 Dec 2012):
 
        - Support matching empty header field values using req_header and rep_header
@@ -23,6 +32,14 @@ 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.6 (09 Jan 2013):
+
+       - Regression Bug 3731: TOS setsockopt() requires int value
+       - Regression Bug 3712: Rotating logs overwrites the previous log
+       - Bug 3727: LLVM compile errors in kerberos_ldap_group
+       - Bug 3650: Negotiate auth missing challenge token
+       - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+
 Changes to squid-3.2.5 (10 Dec 2012):
 
        - Bug 3698: Add missing include of errno.h
@@ -476,6 +493,10 @@ 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.23 (09 Jan 2013):
+
+       - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+
 Changes to squid-3.1.22 (03 Dec 2012):
 
        - Bug 3685: Squid hangs in Delay Pools ClassCBucket::update
index eddf2dbcb58719ee778d29698419c1bbbb20db37..69f7c30b40321bd905072a87ca3a892e4489634b 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.22 release notes</title>
+<title>Squid 3.1.23 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.22
+The Squid Team are pleased to announce the release of Squid-3.1.23
 
 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 8e27e467a982699f5175a9bc4752c383cc0481f4..19f8741662a9b36b2bc7d9bddb7744dde907c957 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.5 release notes</title>
+<title>Squid 3.2.6 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.5 for 
+The Squid Team are pleased to announce the release of Squid-3.2.6 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 982ffc418d564764165d6d08983c6a1cdf3ed178..78b6e21f953a81eeab3063f42f48aa9efba1ee6d 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.0.2 release notes</title>
+<title>Squid 3.3.0.3 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.2 for testing.
+The Squid Team are pleased to announce the release of Squid-3.3.0.3 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">.
 
@@ -248,7 +248,14 @@ This section gives an account of those changes in three categories:
 <sect1>Changes to existing options<label id="modifiedoptions">
 <p>
 <descrip>
-       <p><em>There are no changed ./configure options in Squid-3.3.</em>
+       <tag>--enable-kqueue</tag>
+       <p>kqueue network I/O module is now built by default when it is available.
+          This option is no longer required to enable kqueue support,
+          but if used will abort build when kqueue dependencies are missing or broken.
+
+       <tag>--disable-kqueue</tag>
+       <p>kqueue network I/O module is now built by default when it is available.
+          This configure option is now needed to disable it. Previously it did nothing.
 
 </descrip>
 </p>