From: Amos Jeffries Date: Wed, 7 Mar 2012 02:03:16 +0000 (-0700) Subject: Prep for 3.2.0.16 X-Git-Tag: BumpSslServerFirst.take06~2^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=488e6901368d1751e4bad1ee92a0d7f29cbfad69;p=thirdparty%2Fsquid.git Prep for 3.2.0.16 --- diff --git a/ChangeLog b/ChangeLog index 7a9c1113f9..e2c4e07ec5 100644 --- 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' diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 210fbbab91..43fd01253e 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@
-Squid 3.2.0.15 release notes +Squid 3.2.0.16 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-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 or the . @@ -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. -

Upgrading: the access_log was previously logge via what is now called the stdio module. +

Upgrading: the access_log was previously logged via what is now called the stdio module. This is still supported and used by default if no module is named. For best performance particularly in SMP environments we recommend the daemon be used. The provided log_file_daemon helper performs the traditional logging to local filesystem. @@ -307,6 +307,7 @@ Most user-facing changes are reflected in squid.conf (see below).

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. 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. - dns_v4_fallback -

Obsoleted by DNS parallel lookups. - external_acl_type

New format tags and option parameters:

%SRCEUI48 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: Removed tags

+ dns_v4_fallback +

Obsolete. Replaced by DNS parallel lookups. + emulate_httpd_log

Replaced by common format option on an access_log directive.