From: Amos Jeffries Date: Wed, 9 Jan 2013 00:30:17 +0000 (-0700) Subject: 3.3.0.3 X-Git-Tag: SQUID_3_3_0_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb029f8b5ed4df5f533f71576d966c7f87bdd627;p=thirdparty%2Fsquid.git 3.3.0.3 --- diff --git a/ChangeLog b/ChangeLog index 13cce38555..787032a555 100644 --- 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 diff --git a/configure.ac b/configure.ac index b84eca8fd2..f5d9099148 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.0.2-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.0.3-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index eddf2dbcb5..69f7c30b40 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.22 release notes +Squid 3.1.23 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 8e27e467a9..19f8741662 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@

-Squid 3.2.5 release notes +Squid 3.2.6 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . diff --git a/doc/release-notes/release-3.3.html b/doc/release-notes/release-3.3.html index 426190e4ec..200a8203a3 100644 --- a/doc/release-notes/release-3.3.html +++ b/doc/release-notes/release-3.3.html @@ -2,10 +2,10 @@ - Squid 3.3.0.2 release notes + Squid 3.3.0.3 release notes -

Squid 3.3.0.2 release notes

+

Squid 3.3.0.3 release notes

Squid Developers


@@ -56,7 +56,7 @@ for Applied Network Research and members of the Web Caching community.

1. Notice

-

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 http://www.squid-cache.org/Versions/v3/3.3/ or the mirrors.

@@ -329,7 +329,14 @@ and allow with client-first. However an upgrade to server-

-

There are no changed ./configure options in Squid-3.3.

+
--enable-kqueue
+

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.

+ +
--disable-kqueue
+

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.

diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 982ffc418d..78b6e21f95 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@
-Squid 3.3.0.2 release notes +Squid 3.3.0.3 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . @@ -248,7 +248,14 @@ This section gives an account of those changes in three categories: Changes to existing options

-

There are no changed ./configure options in Squid-3.3. + --enable-kqueue +

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. + + --disable-kqueue +

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.