]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.0.10
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jul 2009 14:06:01 +0000 (02:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jul 2009 14:06:01 +0000 (02:06 +1200)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 742e1b46fda03dce65214f710f9cd56943b68cf1..7e4e0ffa550c0c29be94b74ef789b2abcc102127 100644 (file)
--- 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.
index 2183a419209e29bd2ecc093c8c3418628deea51f..21ff6ef6fe557b5c5362aff3d657016e241276f4 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
- <TITLE>Squid 3.1.0.9 release notes</TITLE>
+ <TITLE>Squid 3.1.0.10 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.0.9 release notes</H1>
+<H1>Squid 3.1.0.10 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -80,7 +80,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.1.0.9 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.0.10 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.1/">http://www.squid-cache.org/Versions/v3/3.1/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -1150,6 +1150,10 @@ For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy
 <PRE>
            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.</P>
 <DT><B>--disable-loadable-modules</B><DD>
 <P>Build without support for loadable modules.</P>
 
+<DT><B>--disable-translation</B><DD>
+<P>Prevent Squid generating localized error page templates and manuals.
+Which is usually tried, but may not be needed.</P>
+<P>This is a development optimization for building from VCS when localization is
+not needed. Has no effect on pre-translated source bundles.</P>
+
 <DT><B>--with-dns-cname</B><DD>
 <P>Enable CNAME recursion within the Internal DNS resolver stub squid uses.
 This has no effect on the external DNS helper.</P>
@@ -1343,7 +1353,7 @@ but please report the bugs anyway.</P>
 <P>Allow build-time configuration of Default location for squid logs.</P>
 
 <DT><B>--with-ipv6-split-stack</B><DD>
-<P>Enable special additions for IPv6 support in Windows XP.
+<P>Force enable special additions for IPv6 support in Windows XP and various BSD systems.
 see the IPv6 details above for a better description.</P>
 
 <DT><B>--with-pidfile=PATH</B><DD>
@@ -1583,7 +1593,6 @@ The helper will now compile and work with dns_nameservers on more variants of Li
 
 <DT><B>http_port</B><DD>
 <P><EM>act-as-origin</EM> not yet ported from 2.7</P>
-<P><EM>allow-direct</EM> not yet ported from 2.7</P>
 <P><EM>http11</EM> not yet ported from 2.7</P>
 <P><EM>urlgroup=</EM> not yet ported from 2.6</P>
 
index 1539cfba6e93c3b54453a2dd00d51b9543df3359..7bdcc623c2097c47784819d2edbdafaa75fe801e 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.0.9 release notes</title>
+<title>Squid 3.1.0.10 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-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 <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.