]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.2.0.16
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Mar 2012 02:03:16 +0000 (19:03 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Mar 2012 02:03:16 +0000 (19:03 -0700)
ChangeLog
doc/release-notes/release-3.2.sgml

index 7a9c1113f9c836784a843d98ee85d669e7f1a014..e2c4e07ec57bb77347f615a5b5d261673fd997e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Changes to squid-3.2.0.16 (07 Mar 2011):
+
+       - Bug 3508: Correct DNS timeout handling.
+       - Bug 3503: DNS PTR queries timeout due to wrong QIDs.
+       - Bug 3497: Bad ssl_crtd db size file causes infinite loop
+       - Bug 3490: part 1: SegFault opening FTP active data connections
+       - Bug 3490: Crash writing Apache Common and Referer/Useragent logs
+       - Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL
+       - Bug 3381: 32-bit overflow assertion in StatHist
+       - Bug 3324: loadFromFile: parse error while reading template file
+       - Support sslpassword_program for ssl-bump HTTP ports
+       - Support CoAP protocol coap:// and coaps:// URL schemes in HTTP requests
+       - Retry requests that failed due to a persistent connection race
+       - Log '-' on requests with no Referer or User-Agent headers
+       - ... and several fixes related to in-transit object performance
+       - ... and some structural design changes for portability
+
 Changes to squid-3.2.0.15 (06 Feb 2011):
 
        - Bug 3472: segfault with the message 'urlParse: URL too large'
index 210fbbab911e5e960c50c7be815d9216070f2508..43fd01253ef4b5421a6ebbefef6fe017e9fb7232 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.0.15 release notes</title>
+<title>Squid 3.2.0.16 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.15 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.0.16 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">.
 
@@ -293,7 +293,7 @@ Most user-facing changes are reflected in squid.conf (see below).
   direct filesystem logging (stdio, daemon) to network logging (syslog, UDP and TCP). The daemon logging
   interface allows for a custom helper to be written to process logs in real-time.
 
-<p>Upgrading: the <em>access_log</em> was previously logge via what is now called the <em>stdio</em> module.
+<p>Upgrading: the <em>access_log</em> was previously logged via what is now called the <em>stdio</em> module.
   This is still supported and used by default if no module is named. For best performance particularly in SMP
   environments we recommend the <em>daemon</em> be used. The provided <em>log_file_daemon</em> helper
   performs the traditional logging to local filesystem.
@@ -307,6 +307,7 @@ Most user-facing changes are reflected in squid.conf (see below).
 
 <p>The referer_log and useragent_log directives have been converted to built-in log formats.
   These logs are now created using an access_log line with the format "referrer" or "useragent".
+  They also now log all client requests, if there was no Referer or User-Agent header a dash (-) is logged.
 
 
 <sect1> Client Bandwidth Limits
@@ -557,9 +558,6 @@ This section gives a thorough account of those changes in three categories:
           3xx status only available when redirecting to a URI.
           Other status only available when supplying an error template body.
 
-       <tag>dns_v4_fallback</tag>
-       <p>Obsoleted by DNS parallel lookups.
-
        <tag>external_acl_type</tag>
        <p>New format tags and option parameters:
        <p><em>%SRCEUI48</em> EUI-48 / MAC address of client from ARP lookup.
@@ -655,6 +653,9 @@ This section gives a thorough account of those changes in three categories:
 <sect1>Removed tags<label id="removedtags">
 <p>
 <descrip>
+       <tag>dns_v4_fallback</tag>
+       <p>Obsolete. Replaced by DNS parallel lookups.
+
        <tag>emulate_httpd_log</tag>
        <p>Replaced by <em>common</em> format option on an <em>access_log</em> directive.