From: Amos Jeffries Date: Fri, 17 Jul 2009 14:06:01 +0000 (+1200) Subject: Prep for 3.1.0.10 X-Git-Tag: SQUID_3_2_0_1~870 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce460dc85da5ddbfcb2c7aea8e7c2a50d974999a;p=thirdparty%2Fsquid.git Prep for 3.1.0.10 --- diff --git a/ChangeLog b/ChangeLog index 742e1b46fd..7e4e0ffa55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Changes to squid-3.1.0.10 (18 Jul 2009): + + - Bug 2680: Regression Crash after rotate with no helpers running + - Bug 2695: Regression in WCCPv2 L2 mask assignment + - Bug 2707: Regression in FTP anonymous auth + - Bug 422, 2706: RFC 2616 Date header requirements + - Bug 1087: ESI processor not quoting attributes correctly. + - Bug 1338: File prefetches aborted despite range_offset + - Bug 2127: delay pools class 4 crashes with ntlm auth + - Bug 2092: select loop 32-bit call counter overflows + - Bug 2611: document fast/slow acl types + - Bug 2614: Potential loss of adapted body data from eCAP adapters + - Bug 2658: Missing TextException copy constructor + - Bug 2659: String length overflows on append, leading to segfaults + - Bug 2699: Build failure NTLM smb_lm helper + - Bug 2709: TRANSLATIONS not installed + - Bug 2710: squid_kerb_auth non-terminated string + - Delay pools 64-bit buckets and IPv6-polish + - Break forwarding loops for "transparent" or "intercept" http_ports. + - Add --disable-translation option to detatch .po from error negotiation + - Add squidclient man(1) page + - Add localhost to default permitted networks + - http_port allow-direct option to allow direct forwarding in accelerator mode + - ... and many testing infrastructure updates + Changes to squid-3.1.0.9 (26 Jun 2009): - Bug 2682: Add ftp_epsv control to disable EPSV support. diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index 2183a41920..21ff6ef6fe 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -2,10 +2,10 @@ - Squid 3.1.0.9 release notes + Squid 3.1.0.10 release notes -

Squid 3.1.0.9 release notes

+

Squid 3.1.0.10 release notes

Squid Developers


@@ -80,7 +80,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.0.9 for testing.

+

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

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

@@ -1150,6 +1150,10 @@ For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy
            intercept    Rename of old 'transparent' option to indicate proper functionality.
 
+           allow-direct Allow direct forwarding in accelerator mode. Normally
+                        accelerated requests are denied direct forwarding as if
+                        never_direct was used.
+
            connection-auth[=on|off]
                         use connection-auth=off to tell Squid to prevent
                         forwarding Microsoft connection oriented authentication
@@ -1330,6 +1334,12 @@ and build with IPv6 when possible.

--disable-loadable-modules

Build without support for loadable modules.

+
--disable-translation
+

Prevent Squid generating localized error page templates and manuals. +Which is usually tried, but may not be needed.

+

This is a development optimization for building from VCS when localization is +not needed. Has no effect on pre-translated source bundles.

+
--with-dns-cname

Enable CNAME recursion within the Internal DNS resolver stub squid uses. This has no effect on the external DNS helper.

@@ -1343,7 +1353,7 @@ but please report the bugs anyway.

Allow build-time configuration of Default location for squid logs.

--with-ipv6-split-stack
-

Enable special additions for IPv6 support in Windows XP. +

Force enable special additions for IPv6 support in Windows XP and various BSD systems. see the IPv6 details above for a better description.

--with-pidfile=PATH
@@ -1583,7 +1593,6 @@ The helper will now compile and work with dns_nameservers on more variants of Li
http_port

act-as-origin not yet ported from 2.7

-

allow-direct not yet ported from 2.7

http11 not yet ported from 2.7

urlgroup= not yet ported from 2.6

diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 1539cfba6e..7bdcc623c2 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.0.9 release notes +Squid 3.1.0.10 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.1.0.9 for testing. +The Squid Team are pleased to announce the release of Squid-3.1.0.10 for testing. This new release is available for download from or the .