]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.3.10 SQUID_3_3_10
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 Nov 2013 11:04:06 +0000 (04:04 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 Nov 2013 11:04:06 +0000 (04:04 -0700)
ChangeLog
configure.ac
doc/release-notes/release-3.3.html
doc/release-notes/release-3.3.sgml

index 7e5ba73e7f7c0e4c19505d8a7a59798fa6646b3a..8c900392fb628894105adbbfff5467ec2ae256af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,23 @@
 
+Changes to squid-3.3.10 (03 Nov 2013):
+
+       - Bug 3929: request_header_add not working for tunnel requests
+       - Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
+       - Bug 3918: Self Test Failures on Mac OS X 10.8
+       - Bug 3887: tcp_outgoing_tos not working for IPv6
+       - Bug 3836: Fix issues with automake 1.13+ and make check
+       - Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy()
+       - Fix pinning hierarchy log information
+       - Fix close idle client connections associated with closed idle pinned connections.
+       - Fix cbdata 'error: expression result unused' errors
+       - Avoid "hot idle": A series of rapid select() calls with zero timeout.
+       - Append Connection:close to OPTIONS requests when icap_persistent_connections is off
+       - ntlm_fake_auth: pass DOMAIN data to Squid in original case
+       - kerberos_ldap_group: fix LDAP string duplication
+       - Use IPv6 localhost nameserver on DNS configuration errors
+       - Add cache_miss_revalidate
+       - ... and several portability improvements
+
 Changes to squid-3.3.9 (11 Sep 2013):
 
        - Regression Bug 3077: off-by-one error in Digest header decoding
index 566fcf2cd26df8332190f6a9df23b022727f0e1e..c6ad255804e5d404ed38c72a3e98c0f6dd5614dc 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.3.9-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.3.10-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index f525a89dff9c844789cd037b0214ca7a06168cf9..7fdf2785c8fa38209366fb4e9071b5ee012ce8c2 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.3.9 release notes</TITLE>
+ <TITLE>Squid 3.3.10 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.3.9 release notes</H1>
+<H1>Squid 3.3.10 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -56,7 +56,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.3.9.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.3.10.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.3/">http://www.squid-cache.org/Versions/v3/3.3/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -246,6 +246,12 @@ to happen. The <EM>request_header_add</EM> option supports fast ACLs only.</P>
 
 <P>
 <DL>
+<DT><B>cache_miss_revalidate</B><DD>
+<P>Whether Squid is to pass-through If-Modified-Since and If-None-Match headers on cache MISS.
+Revalidation requests can prevent cache gathering objects to HIT on.</P>
+<P>Based on the Squid-2.7 <EM>ignore_ims_on_miss</EM> feature.</P>
+<P><EM>IMPORTANT:</EM> the meaning for on/off values has changed along with the name since 2.7.</P>
+
 <DT><B>request_header_add</B><DD>
 <P>New directive to add custom headers on HTTP traffic sent to upstream servers.</P>
 
@@ -302,8 +308,8 @@ and <EM>allow</EM> with <EM>client-first</EM>. However an upgrade to <EM>server-
 
 <P>
 <DL>
-
-<P><EM>There are no removed squid.conf options in Squid-3.3.</EM></P>
+<DT><B>ignore_ims_on_miss</B><DD>
+<P>This option has been replaced by the <EM>cache_miss_revalidate</EM> feature.</P>
 
 </DL>
 </P>
@@ -403,9 +409,6 @@ This configure option is now needed to disable it. Previously it did nothing.</P
 <DT><B>external_refresh_check</B><DD>
 <P>Not yet ported from 2.7</P>
 
-<DT><B>ignore_ims_on_miss</B><DD>
-<P>Not yet ported from 2.7</P>
-
 <DT><B>location_rewrite_access</B><DD>
 <P>Not yet ported from 2.6</P>
 
index 5264ba9b9d02eba6bc0758eda0784f4de4cc0c99..cb6b05da49b8b690c0beed9f33f0e9122eff6495 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.9 release notes</title>
+<title>Squid 3.3.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.3.9.
+The Squid Team are pleased to announce the release of Squid-3.3.10.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.3/"> or the 
 <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
@@ -236,7 +236,6 @@ This section gives a thorough account of those changes in three categories:
 <sect1>Removed tags<label id="removedtags">
 <p>
 <descrip>
-
        <tag>ignore_ims_on_miss</tag>
        <p>This option has been replaced by the <em>cache_miss_revalidate</em> feature.