]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.10 and 3.2.0.4
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Dec 2010 03:14:21 +0000 (16:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Dec 2010 03:14:21 +0000 (16:14 +1300)
ChangeLog
doc/release-notes/release-3.1.sgml
doc/release-notes/release-3.2.sgml

index 8482c3b05a331500c8e27483b8e9044100a6f34b..b25494b66d6f86743f030a902036b4d5dff601a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes to squid-3.2.0.4 (22 Dec 2010):
+
+       - Port 2.x: cache_dir min-size setting
+       - Bug 3059: Crash on digest auth headers with unknown nonce
+       - Fix cachemgr reported HTTP/ICP requests/messages per minute when multiple workers used
+       - Fix cachemgr mem-pools reporting
+       - Add Dynamic SSL certificate generation
+       - Add useragent, referer, combined built-in log formats
+       - Obsolete log_fqdn directive
+       - Obsolete useragent/referer/forward_log directives
+       - HTTP/1.1: Send 1.1 on CONNECT responses
+       - Updated Kerberos support for newer GSSAPI releases
+       - Improve handling of adapted body delivery failures in REQMOD request satisfaction mode
+       - Improve handling of early eCAP transaction failures
+       - Various ext_edirectory_acl fixes
+       - ... all bug and feature fixes included in 3.1.10 release
+       - ... and a lot of code and documentation polishing
+
 Changes to squid-3.2.0.3 (07 Nov 2010):
 
        - Regression fix: SMP broke ICP outgoing IP lookup if no udp_outgoing_addr set
@@ -89,6 +107,30 @@ 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.10 (22 Dec 2010):
+
+       - Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
+       - Bug 3113: Consuming too much memory when uploading files
+       - Bug 3110: 'reply_body_max_size none' does not work with x-forwarded-for
+       - Bug 3096: Consuming too much memory when delaying traffic
+       - Bug 3091: Bypassed ICAP errors are not counted as service failures
+       - Bug 3090: Polish FTP login error handing
+       - Bug 3068: cache_dir capacity and usage overflows
+       - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
+       - Bug  427: HTTP Compliance: Support If-Match and If-None-Match requests
+       - Fix memory leak in adaptation_access
+       - Fix /dev/poll and poll() selection priority
+       - Fix PREFIX/var/run creation during install
+       - Fix cachemgr http_port config report display
+       - Add upgrade help process for obsolete options
+       - Accept RFC 2965 Set-Cookie2 / Cookie2 headers as 'known'
+       - HTTP/1.1: entry is stale if request has max-age=0
+       - HTTP/1.1: do not forward TRACE with Max-Forwards: 0 after REQMOD
+       - Toolchain update to support newer auto-tools
+       - ... and updated error page translations
+       - ... and updated documentation
+       - ... and some code optimization/simplification polish
+
 Changes to squid-3.1.9 (25 Oct 2010):
 
        - Bug 3088: dnsserver is segfaulting
index 7bd27de98de2a90a54560eb5460e37f97f22932b..980aaf70a2cdd6e5b31cba612f8c70785b8d47cb 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.9 release notes</title>
+<title>Squid 3.1.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.1.9
+The Squid Team are pleased to announce the release of Squid-3.1.10
 
 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 66a6af233d2d5f4d22d8e006b17316050783143c..6fe616b4f9c172c4582c595b7c6f316a66d1e9bc 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.0.3 release notes</title>
+<title>Squid 3.2.0.4 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.3 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.0.4 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">.