]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.0.6
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 09:42:42 +0000 (22:42 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 09:42:42 +0000 (22:42 +1300)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 35d111a1a99fd372d73ac14e0f5da9dba9508a05..07ac837abf365622242da1580d0ebfc1873b3926 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes to squid-3.1.0.6 (01 Mar 2009):
+
+       - Regresion Fix: Support HTTP/0.9 in accelerator mode
+       - Bug 2601: Hack. Convert IPv4 netmasks to CIDR in IPv6-enabled mode
+       - Bug 2593: Compile errors on Solaris 10
+       - Bug 2591: adaptation_access does not work
+       - Bug 2588: coredump in rDNS lookup
+       - Bug 2526: default ALLOW when no list specified.
+       - Bug 2287: Send a 505 on requests with unsupported HTTP versions
+       - Bug 419: Hop by Hop headers MUST NOT be forwarded
+       - Fix external_acl_type handling of SSL certificate details
+       - Obsolete: dependency on nss_common.h and nss.h
+       - Support libtool2
+       - ... and various documentation and code polish
+
 Changes to squid-3.1.0.5 (03 Feb 2009):
 
        - Bug 2583: Fixed issue in content adaptation
index a59649ba06f3f95501940a6dd709cb300e3c3adc..213b0ac141962325d61c3df3e88e2aa5af360dc1 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
- <TITLE>Squid 3.1.0.2 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
+ <TITLE>Squid 3.1.0.6 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.0.2 release notes</H1>
+<H1>Squid 3.1.0.6 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.2 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.0.6 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>
@@ -323,7 +323,7 @@ The two releases configuration differs and only the TOS mode settings are direct
 <P>The lines above are spearated for documentation. qos_flows may be configured with all options on one line, or separated as shown.
 Also options may be repeated as many times as desired. Only the final configured value for any option will be used.</P>
 
-<P>The legacy Option and Priority modes available in Squid-2.7 are no longer supported.</P>
+<P>The legacy <EM>Option</EM> and <EM>Priority</EM> modes available in Squid-2.7 are no longer supported.</P>
 
 
 <H2><A NAME="ss2.7">2.7</A> <A HREF="#toc2.7">SSL Bump (for HTTPS Filtering and Adaptation)</A>
@@ -981,8 +981,10 @@ NP: peername currently is limited to only match the first peer possible.
 </PRE>
 </P>
 
-<DT><B>auth_param ntlm</B><DD>
-<P>The helper binary bundled with Squid under the name <EM>ntlm_auth</EM> has been renamed to accurately reflect
+<DT><B>auth_param ntlm, basic, digest</B><DD>
+<P>BASIC, DIGEST:  New parameter option <EM>utf8 on|off</EM> to permit helpers to selectively process UTF-8 characters even though
+HTTP accepts only ISO-8859-1.</P>
+<P>NTLM: The helper binary bundled with Squid under the name <EM>ntlm_auth</EM> has been renamed to accurately reflect
 its real behavior and to prevent confusion with the more useful Samba helper using the same name.</P>
 <P>Despite being used for NTLM, the helper does not in fact provide true NTLM function. What it does provide is
 SMB LanManager authentication through the NTLM interface without the need for a domain controller. Thus the 
index 70d4fd53b85d34d2864025ddc45452c94c3dfffe..13c2807567799a23175f86d66c1f564a1516019a 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.0.5 release notes</title>
+<title>Squid 3.1.0.6 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.5 for testing.
+The Squid Team are pleased to announce the release of Squid-3.1.0.6 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">.