]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.2.0.8 and 3.1.12.2
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 May 2011 12:59:25 +0000 (00:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 May 2011 12:59:25 +0000 (00:59 +1200)
ChangeLog
doc/release-notes/Makefile
doc/release-notes/release-3.1.sgml
doc/release-notes/release-3.2.sgml
doc/release-notes/release-3.3.html
doc/release-notes/release-3.3.sgml

index 2541e4f27d7cb08abde32bb87f859f09aeea341d..76e34d52daa05f825b8fa46fd8ab33f94f2a1ff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes to squid-3.2.0.8 (30 May 2011):
+
+       - Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors.
+       - Bug 3043: Properly detect Iphlpapi.h on windows
+       - Bug 2055: Honor ICAP Max-Connections
+       - Fix NTLM/Negotiate reply auth PASSTHRU to peers
+       - Support SSL SNI to origin servers
+       - Add %EXT_LOG and %EXT_TAG external_acl_type format options
+       - Add %b tag for proxy listening port display in error pages
+       - Optimize base64 encoding/decoding
+       - Require libcap before enabling netfilter MARK support
+       - Require libtool 2.2
+       - Bundle pkg.m4 from pkg-config 0.25 for OS without pkg-config
+       - ... and all bug fixes and updates from 3.1.12.2
+       - ... and some documentation and code polishing
+
 Changes to squid-3.2.0.7 (19 Apr 2011):
 
        - Regression fix: NTLM and Negotiate auth assertion "RefCountCount() == 2"
@@ -164,6 +180,26 @@ Changes to squid-3.2.0.1 (03 Aug 2010):
        - ... and a great many testing improvements
        - ... and many documentation updates
 
+Changes to squid-3.1.12.2 (30 May 2011):
+
+       - Bug 3226: Tags from external ACLs do not correctly expire
+       - Bug 3215: Malformed IPv6 DNS reverse lookup
+       - Bug 3209: ssl-bumped requests forwarded unencrypted to the parent proxies/caches
+       - Bug 3205: SSL-bump starts then hangs
+       - Bug 3178: gcc-4.6 complains unused variables
+       - Bug 3122: Unknown record type in WCCPv2 Packet (6)
+       - Bug 2965 (partial): Compile errors on MinGW
+       - Fix to only ssl-bump CONNECT requests if they are about to be tunneled
+       - Fix cache manager display of -i/+i in regex ACL config display
+       - Fix cache manager display of cache_peer options userhash and sourcehash 
+       - Fix URL re-writer loosing many transaction details
+       - Fix always-true comparison in ICAP for some 32-bit platforms
+       - Support for 'slow' group ACLs in ssl_bump access control
+       - Support OpenSSL 1.0.0 built without SSLv2
+       - Support GCC 4.6 and binutils-gold
+       - Add CSS id attribute to BODY tag of generated error pages.
+       - Display WARNING and ERROR when max_filedescriptors has failed
+
 Changes to squid-3.1.12.1 (19 Apr 2011):
 
        - Port from 3.2: Dynamic SSL Certificate generation
index 10ab277012662fb6453e25b182c522fc27e2a85b..fd4a06dda9f89e9c715deefb939c659c1f9ecc0c 100644 (file)
@@ -14,9 +14,9 @@ $(DOC).ps: $(DOC).sgml
 %.txt: %.sgml
        linuxdoc -B txt --filter $<
 
-$(DOC).html: $(DOC).sgml
+%.html: %.sgml
        linuxdoc -B html -T 2 --split=0 $<
-       perl -i -p -e "s%$(DOC).html%%" $(DOC).html
+       perl -i -p -e "s%$@%%" $@
 
 %.man: %.sgml
        linuxdoc -B txt -T 2 -m $(DOC)
index 28d9231416d0c1690e70e711262275ad0d320de2..9510920b9648d3262a8589350edd764864046df6 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.12.1 release notes</title>
+<title>Squid 3.1.12.2 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.12.1
+The Squid Team are pleased to announce the release of Squid-3.1.12.2
 
 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">.
 
index c85ab03d27d656a3d471cfce41606875e0c2cc99..8e4ab86abae140ecea0ce6abcad44a5d328720c4 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.0.7 release notes</title>
+<title>Squid 3.2.0.8 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.2.0.7 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.0.8 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
index 47f81c9d54a1510db93b1a8668e7d70871d36a0b..7ccc5aa03bdfccb0fa94ce6eb07114057fe68c3b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
  <TITLE>Squid 3.3.0.0 release notes</TITLE>
 </HEAD>
 <BODY>
@@ -24,7 +24,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <H2><A NAME="toc2">2.</A> <A HREF="#s2">Major new features since Squid-3.2</A></H2>
 
 <UL>
-<LI><A NAME="toc2.1">2.1</A> <A HREF="#ss2.1">...</A>
+<LI><A NAME="toc2.1">2.1</A> <A HREF="#ss2.1"></A>
 </UL>
 <P>
 <H2><A NAME="toc3">3.</A> <A HREF="#s3">Changes to squid.conf since Squid-3.2</A></H2>
@@ -87,15 +87,15 @@ for Applied Network Research and members of the Web Caching community.</EM>
 
 <P>The most important of these new features are:
 <UL>
-<LI>...</LI>
+<LI></LI>
 </UL>
 </P>
 <P>Most user-facing changes are reflected in squid.conf (see below).</P>
 
-<H2><A NAME="ss2.1">2.1</A> <A HREF="#toc2.1">...</A>
+<H2><A NAME="ss2.1">2.1</A> <A HREF="#toc2.1"></A>
 </H2>
 
-<P>...</P>
+
 
 
 <H2><A NAME="s3">3.</A> <A HREF="#toc3">Changes to squid.conf since Squid-3.2</A></H2>
@@ -128,9 +128,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 
 <P>
 <DL>
-<DT><B>logformat</B><DD>
-<P><EM>%&gt;bs</EM> Number of HTTP-equivalent message body bytes received from the next hop.</P>
-<P><EM>icap::%&gt;bs</EM> Number of message body bytes received from the ICAP server.</P>
+
 </DL>
 </P>
 
@@ -344,7 +342,6 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <P>Not yet ported from 2.6</P>
 
 <DT><B>cache_dir</B><DD>
-<P><EM>min-size</EM> option not yet ported from Squid-2</P>
 <P><EM>COSS</EM> storage type is lacking stability fixes from 2.6</P>
 <P>COSS <EM>overwrite-percent=</EM> option not yet ported from 2.6</P>
 <P>COSS <EM>max-stripe-waste=</EM> option not yet ported from 2.6</P>
@@ -396,13 +393,9 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <DT><B>logformat</B><DD>
 <P><EM>%oa</EM> tag not yet ported from 2.7</P>
 
-<DT><B>max_stale</B><DD>
-<P>Not yet ported from 2.7</P>
-
 <DT><B>refresh_pattern</B><DD>
 <P><EM>stale-while-revalidate=</EM> not yet ported from 2.7</P>
 <P><EM>ignore-stale-while-revalidate=</EM> not yet ported from 2.7</P>
-<P><EM>max-stale=</EM> not yet ported from 2.7</P>
 <P><EM>negative-ttl=</EM> not yet ported from 2.7</P>
 
 <DT><B>refresh_stale_hit</B><DD>
index f2d8da2356d50ec4664194a9dd19e75f0a824a58..d7fb0f9c8688845d4e767107a688775ac19af4f7 100644 (file)
@@ -40,6 +40,8 @@ The 3.3 change history can be <url url="http://www.squid-cache.org/Versions/v3/3
 Most user-facing changes are reflected in squid.conf (see below).
 
 <sect1>
+<p>
+
 
 <sect>Changes to squid.conf since Squid-3.2
 <p>
@@ -57,6 +59,7 @@ This section gives a thorough account of those changes in three categories:
 <sect1>New tags<label id="newtags">
 <p>
 <descrip>
+
 </descrip>
 
 <sect1>Changes to existing tags<label id="modifiedtags">
@@ -251,7 +254,6 @@ This section gives an account of those changes in three categories:
        <p>Not yet ported from 2.6
 
        <tag>cache_dir</tag>
-       <p><em>min-size</em> option not yet ported from Squid-2
        <p><em>COSS</em> storage type is lacking stability fixes from 2.6
        <p>COSS <em>overwrite-percent=</em> option not yet ported from 2.6
        <p>COSS <em>max-stripe-waste=</em> option not yet ported from 2.6
@@ -303,13 +305,9 @@ This section gives an account of those changes in three categories:
        <tag>logformat</tag>
        <p><em>%oa</em> tag not yet ported from 2.7
 
-       <tag>max_stale</tag>
-       <p>Not yet ported from 2.7
-
        <tag>refresh_pattern</tag>
        <p><em>stale-while-revalidate=</em> not yet ported from 2.7
        <p><em>ignore-stale-while-revalidate=</em> not yet ported from 2.7
-       <p><em>max-stale=</em> not yet ported from 2.7
        <p><em>negative-ttl=</em> not yet ported from 2.7
 
        <tag>refresh_stale_hit</tag>