------------------------------------------------------------ revno: 13217 revision-id: squid3@treenet.co.nz-20150218103642-84b4cgfhc1r1rrtd parent: squid3@treenet.co.nz-20150201094341-celp7gf2xpkq0s7n committer: Amos Jeffries branch nick: 3.4 timestamp: Wed 2015-02-18 02:36:42 -0800 message: Prep for 3.4.12 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20150218103642-84b4cgfhc1r1rrtd # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 43765baf575037b7db517bf18ccaaa671eadf0a2 # timestamp: 2015-02-18 10:51:00 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20150201094341-\ # celp7gf2xpkq0s7n # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2015-01-13 11:51:57 +0000 +++ ChangeLog 2015-02-18 10:36:42 +0000 @@ -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 === modified file 'doc/release-notes/release-3.0.sgml' --- doc/release-notes/release-3.0.sgml 2011-08-27 14:40:52 +0000 +++ doc/release-notes/release-3.0.sgml 2015-02-18 10:36:42 +0000 @@ -15,7 +15,7 @@

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. === modified file 'doc/release-notes/release-3.1.sgml' --- doc/release-notes/release-3.1.sgml 2013-01-09 00:22:17 +0000 +++ doc/release-notes/release-3.1.sgml 2015-02-18 10:36:42 +0000 @@ -15,7 +15,7 @@

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. === modified file 'doc/release-notes/release-3.2.sgml' --- doc/release-notes/release-3.2.sgml 2015-01-24 05:13:20 +0000 +++ doc/release-notes/release-3.2.sgml 2015-02-18 10:36:42 +0000 @@ -16,7 +16,7 @@ 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. === modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2014-08-27 14:11:13 +0000 +++ doc/release-notes/release-3.3.sgml 2015-02-18 10:36:42 +0000 @@ -16,7 +16,7 @@ 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. === modified file 'doc/release-notes/release-3.4.html' --- doc/release-notes/release-3.4.html 2015-01-13 11:51:57 +0000 +++ doc/release-notes/release-3.4.html 2015-02-18 10:36:42 +0000 @@ -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 @@

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 @@

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

=== modified file 'doc/release-notes/release-3.4.sgml' --- doc/release-notes/release-3.4.sgml 2015-01-13 11:51:57 +0000 +++ doc/release-notes/release-3.4.sgml 2015-02-18 10:36:42 +0000 @@ -1,6 +1,6 @@
-Squid 3.4.11 release notes +Squid 3.4.12 release notes Squid Developers @@ -13,10 +13,10 @@ 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 @@ 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. === modified file 'helpers/external_acl/LDAP_group/ext_ldap_group_acl.8' --- helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 2014-10-31 09:18:20 +0000 +++ helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 2015-02-18 10:36:42 +0000 @@ -7,19 +7,19 @@ . .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 @@ 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