]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.2.3 and 3.3.0.1
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 20 Oct 2012 10:33:44 +0000 (04:33 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 20 Oct 2012 10:33:44 +0000 (04:33 -0600)
ChangeLog
doc/release-notes/release-3.2.sgml
doc/release-notes/release-3.3.sgml

index 9af728ea8cfc0c910e2475d8a32208ff537f719c..b120889928b614bcc7c16c18785e0be114d35fb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,34 @@
-Changes to squid-3.2.1 (06 Oct 2012):
+Changes to squid-3.3.0.1 (21 Oct 2012):
+
+       - Bug 3610: Add peername_regex ACL
+       - Bug 3239: rename myip/myport as localip/localport
+       - Bug 3130: helpers are crashing too rapidly
+       - Add log_db_daemon SQL Database Logging Daemon
+       - Add ext_time_quota_acl helper managing sessions by bandwidth usage
+       - Add request_header_add option
+       - Support C++11 features where possible
+       - Support bump-ssl-server-first
+       - Support mimic SSL server certificates
+       - Remove --enable-ntlm-fail-open
+       - Fix TLS/SSL Options does not apply to the dynamically generated certificates
+       - Fix SslBump stuck after error
+       - Polish: display ACL enumeration text in debugs
+       - ... and many portability fixes for MacOS X, Windows and others
+       - ... and many compile error fixes
+       - ... and a very large amount of code polish for faster compilation
+
+Changes to squid-3.2.3 (21 Oct 2012):
+
+       - Regression: SMP crashes on startup with workers > 1
+       - Bug 3655: pinning failure breaks NTLM and Negotiate authentication
+       - SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
+       - HTTP/1.1: honour Cache-Control before Pragma:no-cache
+       - HTTP/1.1: Cache-Control compliance upgrade
+       - Remove obsoleted refresh_pattern ignore-no-cache option
+       - Fix IPv6 enabled squidclient
+       - ... and several compile fixes
+
+Changes to squid-3.2.2 (06 Oct 2012):
 
        - Regression: Make login=PASS send no credentials when none available
        - Regression: Handle dstdomain duplicates and overlapping names better
index 017f0edd1b4dfaff3800eadd674de3ae6cd5476e..95875367add2f742beea05a308a95d5c7cf21875 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.2 release notes</title>
+<title>Squid 3.2.3 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.2 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.3 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">.
 
@@ -691,6 +691,8 @@ This section gives a thorough account of those changes in three categories:
        <tag>refresh_pattern</tag>
        <p>New option <em>max-stale=</em> to provide a maximum staleness factor. Squid won't
           serve objects more stale than this even if it failed to validate the object.
+       <p>Removed option <em>ignore-no-cache</em>. Its commonly desired behaviour is obsoleted
+          by correct HTTP/1.1 Cache-Control:no-cache handling.
 
        <tag>reply_header_access</tag>
        <p>Added support for custom response header names.</p>
index 7352e82c2454551efc34b70255f50399776adeff..44a9d12660cb727348598a1d042e0ee9e614a06d 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.0.0 release notes</title>
+<title>Squid 3.3.0.1 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.0.0 for testing.
+The Squid Team are pleased to announce the release of Squid-3.3.0.1 for testing.
 
 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">.