------------------------------------------------------------ revno: 13043 revision-id: squid3@treenet.co.nz-20131130131850-0wxo2hxc21t81u28 parent: squid3@treenet.co.nz-20131130091821-d8jwapfhw7as4owg committer: Amos Jeffries branch nick: 3.4 timestamp: Sat 2013-11-30 06:18:50 -0700 message: Prep for 3.3.11 and 3.4.0.3 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20131130131850-0wxo2hxc21t81u28 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: c44d0144a6ef612662d0b3361b44213ecc3417cd # timestamp: 2013-11-30 13:37:47 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20131130091821-\ # d8jwapfhw7as4owg # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2013-11-03 08:53:29 +0000 +++ ChangeLog 2013-11-30 13:18:50 +0000 @@ -1,3 +1,11 @@ +Changes to squid-3.4.0.3 (01 Dec 2013): + + - Bug 3941: Release notes error + - Receive annotations from authentication and external ACL helpers + - basic_nis_auth: Improved portability + - ... and several documentation updates + - ... and all bug fixes from 3.3.9, 3.3.10, 3.3.11 + Changes to squid-3.4.0.2 (03 Oct 2013): - Regression Bug 3891: squid.conf parser errors in 3.4.0.1 @@ -54,6 +62,21 @@ - ... and many documentation changes - ... and much code cleanup and polishing +Changes to squid-3.3.11 (01 Dec 2013): + + - Regression Bug 3936: error-details.txt parse error with OpenSSL since 3.3.9 + - Bug 3972: Segfault when getting the deny_info page ID after a reconfigure + - Bug 3970: max_filedescriptors disabled due to missing setrlimit + - Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope + - Bug 3960: DEAD cache_peer are not revived + - Bug 3956: xstrndup: tried to dup a NULL pointer + - Bug 3906: Filedescriptor leaks in SNMP + - Bug 3782: Digest authentication not obeying nonce_max_count + - HTTP/1.1: Make header parser obey relaxed_header_parser + - HTTP/1.1: Re-compute Range response content offset after an FTP response was adapted + - SMP: Replace blocking sleep(3) and close UDS socket on failures + - Windows: fix several compile errors + Changes to squid-3.3.10 (03 Nov 2013): - Bug 3929: request_header_add not working for tunnel requests === modified file 'SPONSORS.list' --- SPONSORS.list 2013-09-08 03:52:35 +0000 +++ SPONSORS.list 2013-11-30 13:18:50 +0000 @@ -13,6 +13,12 @@ Messagenet donated hardware and bandwidth for the wiki server and most continuous integration testing. +RackSpace - http://www.rackspace.com/ + + RackSpace donated a number of virtual machines from their cloud + infrastructure to support and extend the continuous integration + testing infrastructure. + The Measurement Factory - http://www.measurement-factory.com/ Measurement Factory has constributed significant resources === modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2013-11-03 08:53:29 +0000 +++ doc/release-notes/release-3.3.sgml 2013-11-30 13:18:50 +0000 @@ -1,6 +1,6 @@
-Squid 3.3.10 release notes +Squid 3.3.11 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.3.10. +The Squid Team are pleased to announce the release of Squid-3.3.11. This new release is available for download from or the . === modified file 'doc/release-notes/release-3.4.html' --- doc/release-notes/release-3.4.html 2013-10-03 12:32:14 +0000 +++ doc/release-notes/release-3.4.html 2013-11-30 13:18:50 +0000 @@ -2,10 +2,10 @@ - Squid 3.4.0.2 release notes + Squid 3.4.0.3 release notes -

Squid 3.4.0.2 release notes

+

Squid 3.4.0.3 release notes

Squid Developers


@@ -57,7 +57,7 @@

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.4.0.2 for testing.

+

The Squid Team are pleased to announce the release of Squid-3.4.0.3 for testing.

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

@@ -72,13 +72,13 @@

Although this release is deemed good enough for use in many setups, please note the existence of open bugs against Squid-3.4.

-

1.2 Changes since earlier releases of Squid-3.4

The 3.4 change history can be viewed here.

+

2. Major new features since Squid-3.3

Squid 3.4 represents a new feature release above 3.3.

@@ -113,7 +113,7 @@

Arbitrary key-value pairs can be returned from any helper. Allowing future helpers to be forward- and backward- compatible -with this and future version of Squid.

+with this and future versions of Squid.

2.2 SSL Server Certificate Validator @@ -180,7 +180,7 @@ affects which refresh_pattern directive will be matched.

Store-ID helpers bundled with Squid can be built with the --enable-storeid-rewrite-helpers -options which is added in this version. Currently there is a file helper +option which is added in this version. Currently there is a file helper provided.

@@ -247,7 +247,7 @@ accordance with RFC 6762.

The dns_multicast_local directive must be set to on to enable this -feature.

+feature.

The multicast DNS group IP addresses for IPv4 and IPv6 resolving are added to the set of available DNS resolvers and used automatically for domain names ending in .local @@ -257,6 +257,10 @@

Statistics for multicast DNS resolution can be found on the idns cache manager report.

+

NOTE that the external DNS helper interface is now deprecated and has been +removed from future Squid versions. Any installations still using it for local hostname +resolution need to upgrade to mDNS resolution with this Squid version.

+

3. Changes to squid.conf since Squid-3.3

@@ -329,7 +333,7 @@

-
storeurl_rewrite_program
+
store_id_rewrite_program

A helper program to provide cache storage internal key ID value for a request.

Ported equivalent to storeurl_rewrite_program from 2.7

@@ -554,9 +558,6 @@
external_refresh_check

Not yet ported from 2.7

-
ignore_ims_on_miss
-

Not yet ported from 2.7

-
location_rewrite_access

Not yet ported from 2.6

=== modified file 'doc/release-notes/release-3.4.sgml' --- doc/release-notes/release-3.4.sgml 2013-10-23 05:12:15 +0000 +++ doc/release-notes/release-3.4.sgml 2013-11-30 13:18:50 +0000 @@ -1,6 +1,6 @@
-Squid 3.4.0.2 release notes +Squid 3.4.0.3 release notes Squid Developers @@ -13,7 +13,7 @@ Notice

-The Squid Team are pleased to announce the release of Squid-3.4.0.2 for testing. +The Squid Team are pleased to announce the release of Squid-3.4.0.3 for testing. This new release is available for download from or the . @@ -28,11 +28,11 @@ Although this release is deemed good enough for use in many setups, please note the existence of . - Changes since earlier releases of Squid-3.4

The 3.4 change history can be . + Major new features since Squid-3.3

Squid 3.4 represents a new feature release above 3.3. @@ -63,7 +63,7 @@

Arbitrary key-value pairs can be returned from any helper. Allowing future helpers to be forward- and backward- compatible - with this and future version of Squid. + with this and future versions of Squid. SSL Server Certificate Validator @@ -122,7 +122,7 @@ affects which refresh_pattern directive will be matched.

Store-ID helpers bundled with Squid can be built with the --enable-storeid-rewrite-helpers - options which is added in this version. Currently there is a file helper + option which is added in this version. Currently there is a file helper provided. @@ -181,7 +181,7 @@ accordance with RFC 6762.

The dns_multicast_local directive must be set to on to enable this - feature. + feature.

The multicast DNS group IP addresses for IPv4 and IPv6 resolving are added to the set of available DNS resolvers and used automatically for domain names ending in .local @@ -191,6 +191,10 @@

Statistics for multicast DNS resolution can be found on the idns cache manager report. +

NOTE that the external DNS helper interface is now deprecated and has been + removed from future Squid versions. Any installations still using it for local hostname + resolution need to upgrade to mDNS resolution with this Squid version. + Changes to squid.conf since Squid-3.3

@@ -458,9 +462,6 @@ external_refresh_check

Not yet ported from 2.7 - ignore_ims_on_miss -

Not yet ported from 2.7 - location_rewrite_access

Not yet ported from 2.6