From: Amos Jeffries Date: Sun, 23 Sep 2012 13:58:44 +0000 (-0600) Subject: 3.1.21 X-Git-Tag: SQUID_3_1_21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab1e7863a3c51542b6686e59a9f1aec3d3a1e30;p=thirdparty%2Fsquid.git 3.1.21 --- diff --git a/ChangeLog b/ChangeLog index 5fdfa1bbee..010f8acb09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -Changes to squid-3.1.20 (08 Jun 2011): +Changes to squid-3.1.21 (23 Sep 2012): + + - Bug 3622: peerClearRRStart scheduling multiple events + - Bug 3615: configure check for default max number of FDs is broken + - Bug 3607: --enable-auth documented default action incorrect + - Bug 3593: socket failure: Address family not supported by protocol + - Bug 3584: Detection of setresuid() is broken + - Bug 3568: Consolidate external_acl_type config dumping and add missing %% + - Bug 3564: eCAP not supporting CoAP URI schemes + - Bug 3484: Docs: sslproxy_cert_error example flawed + - Bug 3462: Delay Pools and ICAP + - Bug 3133: better fix: Memory leak handling requests for sites that don't exist + - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring + - Silence IOS 15.1 unknown capabilities messages. + - Account for Store disk client quota when bandwidth-limiting the server. + - ... and several documentation fixes + - ... and several compile fixes + +Changes to squid-3.1.20 (08 Jun 2012): - Regression Bug 3545: FreeBSD dnsserver segfaults - Regression Bug 3504: clientside_tos fails to mark traffic @@ -18,7 +36,7 @@ Changes to squid-3.1.20 (08 Jun 2011): - Support CoAP over HTTP (coap:// and coaps:// URLs) - Support for 3.2 error template codes -Changes to squid-3.1.19 (06 Feb 2011): +Changes to squid-3.1.19 (06 Feb 2012): - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state - Bug 3473: erase last uses of obsolete auth_user_hash_pointer diff --git a/configure.ac b/configure.ac index e1ac06e5ff..78a34e46f1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_INIT([Squid Web Proxy],[3.1.20-BZR],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.1.21-BZR],[http://www.squid-cache.org/bugs/],[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.html b/doc/release-notes/release-3.1.html index 39f3957521..0816edd476 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -2,10 +2,10 @@ - Squid 3.1.20 release notes + Squid 3.1.21 release notes -

Squid 3.1.20 release notes

+

Squid 3.1.21 release notes

Squid Developers


@@ -71,7 +71,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.1.20

+

The Squid Team are pleased to announce the release of Squid-3.1.21

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.1/ or the mirrors.

@@ -90,13 +90,15 @@ While this release is not fully bug-free we believe it is ready for use in produ

Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are: