From: Amos Jeffries Date: Wed, 18 Feb 2015 10:36:42 +0000 (-0800) Subject: Prep for 3.4.12 X-Git-Tag: SQUID_3_4_12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f5d99955d93da534bb2223232149ce28ab40f2;p=thirdparty%2Fsquid.git Prep for 3.4.12 --- diff --git a/ChangeLog b/ChangeLog index 412a023e98..9a5e796f70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Changes to squid-3.4.12 (18 Feb 2015): + + - Bug 4066: Digest auth nonce indefinite rollover + - Bug 3997: Excessive NTLM or Negotiate auth helper annotations + - Fix several crashes when debugging enabled + - Fix silent SSL/TLS failure on split-stack operating systems + - HTTP/1.1: Stop emitting (Proxy-)Authentication-Info for Negotiate + - HTTPS: Add TLS/SSL option NO_TICKET to http[s]_port + - Remove dst ACL dependency on HTTP request message existence + - Set cap_net_admin when Squid sets TOS/Diffserv packet values + - ... and some documentation updates + Changes to squid-3.4.11 (13 Jan 2015): - Bug 4164: SEGFAULT when %W formating code used in errorpages diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index fece94a22a..be2e719a86 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.

The Squid Team are pleased to announce the release of Squid-3.0.STABLE26. -This new release is available for download from or the . +This new release is available for download from or the . A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support and additional Languages. diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 69f7c30b40..d8aba5e7a7 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.

The Squid Team are pleased to announce the release of Squid-3.1.23 -This new release is available for download from or the . +This new release is available for download from or the . A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support. While this release is not fully bug-free we believe it is ready for use in production on many systems. diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 27eb221df7..cca8d999bc 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -16,7 +16,7 @@ for Applied Network Research and members of the Web Caching community. The Squid Team are pleased to announce the release of Squid-3.2.13. This new release is available for download from or the - . + .

A large number of the show-stopper bugs have been fixed along with general improvements to the IPv6 support. While this release is not fully bug-free we believe it is ready for use in production on many systems. diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 39a70b5d76..7c1dbca7a0 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -16,7 +16,7 @@ for Applied Network Research and members of the Web Caching community. The Squid Team are pleased to announce the release of Squid-3.3.13. This new release is available for download from or the -. +.

A large number of the design flaws in SSL-Bump feature have been fixed along with general improvements all around. While this release is not fully bug-free we believe it is ready for use in production on many systems. diff --git a/doc/release-notes/release-3.4.html b/doc/release-notes/release-3.4.html index 2fc9d6a47b..e5b33d598d 100644 --- a/doc/release-notes/release-3.4.html +++ b/doc/release-notes/release-3.4.html @@ -2,10 +2,10 @@ - Squid 3.4.11 release notes + Squid 3.4.12 release notes -

Squid 3.4.11 release notes

+

Squid 3.4.12 release notes

Squid Developers


@@ -57,10 +57,10 @@ 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.4.11 for testing.

+

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

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

+mirrors.

Some interesting new features adding system flexibility have been added along with general improvements all around. While this release is not fully bug-free we believe it is ready for use in production on many systems.

@@ -432,6 +432,12 @@ values to return multiple values to Squid.

+
log_access
+

Removed. Use access_log with ACLs instead

+ +
log_icap
+

Removed. Use icap_log with ACLs instead

+
storeurl_access

Replaced by store_id_access.

diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 1769a5e960..1375d8a1bc 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@
-Squid 3.4.11 release notes +Squid 3.4.12 release notes Squid Developers @@ -13,10 +13,10 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.4.11 for testing. +The Squid Team are pleased to announce the release of Squid-3.4.12. This new release is available for download from or the - . + .

Some interesting new features adding system flexibility have been added along with general improvements all around. While this release is not fully bug-free we believe it is ready for use in production on many systems. @@ -347,6 +347,12 @@ This section gives a thorough account of those changes in three categories: Removed tags

+ log_access +

Removed. Use access_log with ACLs instead + + log_icap +

Removed. Use icap_log with ACLs instead + storeurl_access

Replaced by store_id_access. diff --git a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 index 628f63c685..0d05502c4b 100644 --- a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 +++ b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 @@ -7,19 +7,19 @@ Version 2.17 . .SH SYNOPSIS .if !'po4a'hide' .B ext_ldap_group_acl -.if !'po4a'hide' .B "\-b \"" -base DN -.if !'po4a'hide' .B "\" \-f \"" -LDAP search filter -.if !'po4a'hide' .B "\" [" +.if !'po4a'hide' .B \-b +base\-DN +.if !'po4a'hide' .B \-f +filter +.if !'po4a'hide' .B "[" options .if !'po4a'hide' .B "] [" -LDAP server name -.if !'po4a'hide' .B "[:" +server +.if !'po4a'hide' .B "[ ':' " port -.if !'po4a'hide' .B "]|" +.if !'po4a'hide' .B "] |" URI -.if !'po4a'hide' .B "]..." +.if !'po4a'hide' .B "] ..." . .SH DESCRIPTION .B ext_ldap_group_acl @@ -100,7 +100,7 @@ and the password is not being compromised if someone gets the squid configuration file without getting the secretfile. . .if !'po4a'hide' .TP -.if !'po4a'hide' .BI \-E certpath +.if !'po4a'hide' .BI "\-E " certpath Enable LDAP over SSL (requires Netscape LDAP API libraries) . .if !'po4a'hide' .TP