]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.3.2 and 3.2.8
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Mar 2013 01:28:22 +0000 (18:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Mar 2013 01:28:22 +0000 (18:28 -0700)
ChangeLog
doc/release-notes/release-3.2.sgml
doc/release-notes/release-3.3.sgml

index b5fb495e03171764fa4001d0cc4f2f38072c2c95..f6fe3b1d3899b2a1b11b2ebb35f4fceaee4bed8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes to squid-3.3.2 (02 Mar 2013):
+
+       - Bug 3781: Proxy Authentication not sent to cache_peer
+       - Bug 3794: MacOS: workaround compiler errors
+       - Bug 3720: Compile error in Solaris /OpenIndiana
+       - ... and all changes from squid 3.2.8
+
 Changes to squid-3.3.1 (09 Feb 2013):
 
        - Bug 3726: build errors with --disable-ssl
@@ -43,6 +50,22 @@ Changes to squid-3.3.0.1 (21 Oct 2012):
        - ... and many compile error fixes
        - ... and a very large amount of code polish for faster compilation
 
+Changes to squid-3.2.8 (02 Mar 2013):
+
+       - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client
+       - Bug 3763: diskd Error: no filename in shm buffer
+       - Bug 3752: objects that cannot be cached in memory are not cached on disk
+       - Bug 3753: Removes the domain from the cache_peer server pconn key
+       - Bug 3749: IDENT lookup using wrong ports to identify the user
+       - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests
+       - Bug 3686: cache_dir max-size default fails
+       - Bug 3515: crash in FtpStateData::ftpTimeout
+       - Bug 3329: Quieten orphan Comm::Connection messages
+       - Make squid -z for cache_dir rock preserve the rock DB
+       - Fixed several server connect problems
+       - ... and some build issues on SOlaris, OpenIndiana, MacOS X
+       - ... and soem documentation and debugs polishing
+
 Changes to squid-3.2.7 (01 Feb 2013):
 
        - Bug 3736: Floating point exception due to divide by zero
index 79e03d1d8eff16f54b0493f79e3d918fb39bfe62..5a31c6eb49e8bf038d1b644afeab55050d4fe93b 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.7 release notes</title>
+<title>Squid 3.2.8 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,21 +13,21 @@ 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.7 for 
-testing.
+The Squid Team are pleased to announce the release of Squid-3.2.8.
 
 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">.
 
-While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
+<p>A large number of the show-stopper bugs have been fixed along with general improvements to the IPv6 support.
+While this release is not fully bug-free we believe it is ready for use in production on many systems.
 
-We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting"> for how to submit a 
+<p>We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting"> for how to submit a 
 report with a stack trace.
 
 <sect1>Known issues
 <p>
 Although this release is deemed good enough for use in many setups, please note the existence of 
-<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&product=Squid&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&version=3.2" name="open bugs against Squid-3.2">.
+<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&amp;product=Squid&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;version=3.2" name="open bugs against Squid-3.2">.
 
 <p>Some issues to note as currently known in this release which are not able to be fixed in the 3.2 series are:
 
@@ -595,14 +595,9 @@ This section gives a thorough account of those changes in three categories:
        <p>New format <em>referrer</em> to log with the format previously used by referer_log directive.
        <p>New format <em>useragent</em> to log with the format previously used by useragent_log directive.
 
-       <tag>acl : random, localip, localport</tag>
+       <tag>acl : random, urllogin</tag>
        <p>New type <em>random</em>. Pseudo-randomly match requests based on a configured probability.
-       <p>Renamed <em>myip</em> to <em>localip</em>. It matches the IP which the client connected to.
-       <p>Renamed <em>myport</em> to <em>localport</em>. It matches the port which the client connected to.
        <p>Ported <em>urllogin</em> option from Squid 2.7, to match a regex pattern on the URL login field (if any).
-       <p>The <em>localip</em>/<em>localport</em> differ from earlier releases where they matched a mix of
-          of an invalid IP and port 0, the client destination IP/port or the Squid listening IP/port.
-          This definition is now consistent across all modes of traffic received by Squid.
        <p>The <em>manager</em> ACL requires adjustment to cover new cache manager access. So it has now been
          built-in as a predefined ACL name matching URLs equivalent to the following regular expression:
         <verb>
@@ -873,16 +868,16 @@ This section gives an account of those changes in three categories:
        <p>Replaced by --enable-eui
 
        <tag>--enable-auth-basic-helpers</tag>
-       <p>replaced by <em>--enable-auth-basic</em>.
+       <p>Replaced by <em>--enable-auth-basic</em>.
 
        <tag>--enable-auth-digest-helpers</tag>
-       <p>replaced by <em>--enable-auth-digest</em>.
+       <p>Replaced by <em>--enable-auth-digest</em>.
 
        <tag>--enable-auth-negotiate-helpers</tag>
-       <p>replaced by <em>--enable-auth-negotiate</em>.
+       <p>Replaced by <em>--enable-auth-negotiate</em>.
 
        <tag>--enable-auth-ntlm-helpers</tag>
-       <p>replaced by <em>--enable-auth-ntlm</em>.
+       <p>Replaced by <em>--enable-auth-ntlm</em>.
 
        <tag>--enable-referer-log</tag>
        <p>Obsolete.
@@ -912,7 +907,7 @@ This section gives an account of those changes in three categories:
          An external_acl_type helper may be used to bypass authentication if that is suitable.
 
        <tag>cache_peer</tag>
-       <p><em>http11</em> Obsolete.
+       <p>Option <em>http11</em> obsolete.
 
        <tag>external_acl_type</tag>
        <p>Format tag <em>%{Header}</em> replaced by <em>%>{Header}</em>
@@ -922,9 +917,9 @@ This section gives an account of those changes in three categories:
        <p>Replaced by <em>request_header_access</em> and <em>reply_header_access</em>
 
        <tag>http_port</tag>
-       <p><em>no-connection-auth</em> replaced by <em>connection-auth=[on|off]</em>. Default is ON.
-       <p><em>transparent</em> option replaced by <em>intercept</em>
-       <p><em>http11</em> obsolete.
+       <p>Option <em>no-connection-auth</em> replaced by <em>connection-auth=[on|off]</em>. Default is ON.
+       <p>Option <em>transparent</em> option replaced by <em>intercept</em>
+       <p>Option <em>http11</em> obsolete.
 
        <tag>http_access2</tag>
        <p>Replaced by <em>adapted_http_access</em>
index 17caeaf7a1f3e39b04f05de080d49a612116dcac..fa040a559155c35d47385a969a04852da01ab9bd 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.1 release notes</title>
+<title>Squid 3.3.2 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,20 +13,21 @@ 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.1 for testing.
+The Squid Team are pleased to announce the release of Squid-3.3.2.
 
 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">.
 
-While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
+<p>A large number of the design flaws in SSL-Bump feature have been fixed along with general improvements all around.
+While this release is not fully bug-free we believe it is ready for use in production on many systems.
 
-We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting">
+<p>We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting">
  for how to submit a report with a stack trace.
 
 <sect1>Known issues
 <p>
 Although this release is deemed good enough for use in many setups, please note the existence of 
-<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&product=Squid&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&version=3.3" name="open bugs against Squid-3.3">.
+<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&amp;product=Squid&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;version=3.3" name="open bugs against Squid-3.3">.
 
 
 <sect1>Changes since earlier releases of Squid-3.3