]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.16
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2011 08:22:01 +0000 (02:22 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Oct 2011 08:22:01 +0000 (02:22 -0600)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index deb8a51bcddd3a8e96ea3a51c5859a70d553da65..fa9a22f95d8af1e077e45fe8282dcc66a1342402 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes to squid-3.1.16 (14 Oct 2011):
+
+       - Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED
+       - Bug 3368: Unhandled exceptions are not logged (workaround)
+       - Bug 3326: miss_access incorrect default
+       - Bug 3320: miss_access description confusing
+       - Bug 3241: squid_kerb_auth cross compilation fix
+       - Bug 3237: seq fault in free() from rfc1035RRDestroy
+       - Bug 3190: Large HTTP POST stuck after early ICAP 400 error response 
+       - db_auth: display available DSN drivers on connect error
+       - Updated OpenSSL 1.0.0 version checks
+       - ... and several documentation fixes
+
 Changes to squid-3.1.15 (28 Aug 2011):
 
        - Regression fix: vhost and defaultsite causing vport to be ignored
@@ -140,7 +153,6 @@ Changes to squid-3.1.10 (22 Dec 2010):
        - ... and updated documentation
        - ... and some code optimization/simplification polish
 
->>>>>>> MERGE-SOURCE
 Changes to squid-3.1.9 (25 Oct 2010):
 
        - Bug 3088: dnsserver is segfaulting
index c2f4486128e7706642b732e68529d3f481961721..ddc2de2cda37fb9c33c20d70b92b6e22164da128 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.15 release notes</TITLE>
+ <TITLE>Squid 3.1.16 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.15 release notes</H1>
+<H1>Squid 3.1.16 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -71,7 +71,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.15</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.16</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>
@@ -90,13 +90,13 @@ While this release is not fully bug-free we believe it is ready for use in produ
 <P>
 <UL>
 <LI>The lack of some features available in Squid-2.x series. See the regression sections below for full details.</LI>
-<LI>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.</LI>
 </UL>
 </P>
 
 <P>Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are:</P>
 <P>
 <UL>
+<LI>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.</LI>
 <LI>Windows support is still largely missing.</LI>
 <LI>AIX support for building with the IBM compiler is broken.</LI>
 <LI>OpenSSL 1.0.0 support is incomplete.</LI>
@@ -729,6 +729,10 @@ Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a s
 </PRE>
 </P>
 
+<DT><B>dns_v4_first</B><DD>
+<P>Added in 3.1.16. Controls whether IPv4 or IPv6 connection is
+attempted first when contacting servers and peers.</P>
+
 <DT><B>ecap_enable</B><DD>
 <P>Controls whether eCAP support is enabled. Default: OFF</P>
 
index eb7ea23d0ffd94dfc7706d3dc98aa2817ac243db..a9e3ed771c58ede31ffdfdf0d1d0a7c321c85100 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.15 release notes</title>
+<title>Squid 3.1.16 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.15
+The Squid Team are pleased to announce the release of Squid-3.1.16
 
 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">.
 
@@ -31,12 +31,12 @@ Although this release is deemed good enough for use in many setups, please note
 
 <itemize>
        <item>The lack of some features available in Squid-2.x series. See the regression sections below for full details.
-       <item>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.
 </itemize>
 
 <p>Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are:
 
 <itemize>
+       <item>CVE-2009-0801 : NAT interception vulnerability to malicious clients. This is fixed in 3.2 series.
        <item>Windows support is still largely missing.
        <item>AIX support for building with the IBM compiler is broken.
        <item>OpenSSL 1.0.0 support is incomplete.
@@ -608,6 +608,10 @@ This section gives a thorough account of those changes in three categories:
                 *) May negatively impact connection delay times.
         </verb>
 
+       <tag>dns_v4_first</tag>
+       <p>Added in 3.1.16. Controls whether IPv4 or IPv6 connection is
+          attempted first when contacting servers and peers.
+
        <tag>ecap_enable</tag>
        <p>Controls whether eCAP support is enabled. Default: OFF