From: Amos Jeffries Date: Mon, 20 May 2013 11:48:25 +0000 (-0600) Subject: 3.3.5 X-Git-Tag: SQUID_3_3_5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7a7e8e9b9c745c7b04760a83d4574269c575771;p=thirdparty%2Fsquid.git 3.3.5 --- diff --git a/ChangeLog b/ChangeLog index 50c986724b..de399443ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,20 @@ +Changes to squid-3.3.5 (20 May 2013): + + - Bug 3851: Delay Pool class 5 tag:levels displayed incorrectly in cache manager + - Bug 3845: http_port tcpkeepalive= option fails parsing + - Bug 3840: assertion failed 'sde' in UFS cache loading + - Bug 3836: make check failures with automake-1.13 + - Bug 3827: Remove AccessLogEntry::cache.authuser + - Bug 3816 pt2: SSL_get_certificate call inside Ssl::verifySslCertificate crashes + - Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics + - Bug 3759: OpenSSL compilation error on stock Fedora17, RHEL, CentOS 6 systems + - Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all + - Port from 2.6: external acl %ACL and %DATA tags + - Update copyright on SN.png + - ... and several minor memory leaks + - ... and some documentation polish + Changes to squid-3.3.4 (27 Apr 2013): - Bug 3831: basic_ncsa_auth Blowfish and SHA support diff --git a/configure.ac b/configure.ac index 59ee7e1539..11d2641c76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.4-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.5-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.3.html b/doc/release-notes/release-3.3.html index a5341b5b48..db74720fe8 100644 --- a/doc/release-notes/release-3.3.html +++ b/doc/release-notes/release-3.3.html @@ -1,11 +1,11 @@ - - Squid 3.3.4 release notes + + Squid 3.3.5 release notes -

Squid 3.3.4 release notes

+

Squid 3.3.5 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.4.

+

The Squid Team are pleased to announce the release of Squid-3.3.5.

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

@@ -275,6 +275,12 @@ Always use myportname type to match the squid.conf port details.

ssl::certUntrusted, ssl::certSelfSigned.

+
external_acl_type
+

%ACL format tag ported from 2.6. +Sends the name of ACL being tested to the external helper.

+

%DATA format tag ported from 2.6. +Inserts the ACL arguments into a particular location of the helper input instead of at the end of the line.

+
logformat

New token %ssl::bump_mode to log the SSL-bump mode type performed on a request. Logs values of: -, none, client-first, or server-first.

@@ -394,16 +400,9 @@ This configure option is now needed to disable it. Previously it did nothing.

error_map

Not yet ported from 2.6

-
external_acl_type
-

%ACL format tag not yet ported from 2.6

-

%DATA format tag not yet ported from 2.6

-
external_refresh_check

Not yet ported from 2.7

-
http_port
-

act-as-origin not yet ported from 2.7

-
ignore_ims_on_miss

Not yet ported from 2.7

diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 4323980f54..bc88e57cdc 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@
-Squid 3.3.4 release notes +Squid 3.3.5 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.4. +The Squid Team are pleased to announce the release of Squid-3.3.5. This new release is available for download from or the . @@ -206,6 +206,12 @@ This section gives a thorough account of those changes in three categories: ssl::certUntrusted, ssl::certSelfSigned. + external_acl_type +

%ACL format tag ported from 2.6. + Sends the name of ACL being tested to the external helper. +

%DATA format tag ported from 2.6. + Inserts the ACL arguments into a particular location of the helper input instead of at the end of the line. + logformat

New token %ssl::bump_mode to log the SSL-bump mode type performed on a request. Logs values of: -, none, client-first, or server-first. @@ -309,16 +315,9 @@ This section gives an account of those changes in three categories: error_map

Not yet ported from 2.6 - external_acl_type -

%ACL format tag not yet ported from 2.6 -

%DATA format tag not yet ported from 2.6 - external_refresh_check

Not yet ported from 2.7 - http_port -

act-as-origin not yet ported from 2.7 - ignore_ims_on_miss

Not yet ported from 2.7