-The Squid Team are pleased to announce the release of Squid-3.2.1 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.2 for testing.
This new release is available for download from
From fbb42e9343bb46531abda92f0f8502d8d634bdfa Mon Sep 17 00:00:00 2001
From: Amos Jeffries The Squid Team are pleased to announce the release of Squid-3.2.1 for testing. The Squid Team are pleased to announce the release of Squid-3.2.2 for testing. This new release is available for download from
http://www.squid-cache.org/Versions/v3/3.2/ or the
mirrors.Squid 3.2.1 release notes
+Squid 3.2.2 release notes
Squid Developers
@@ -72,7 +72,7 @@ for Applied Network Research and members of the Web Caching community.
1. Notice
-
Details in -The Squid wiki
+The Squid wiki3.1 began the Internationalization of Squid with the public facing error pages. This move begins the Localization of the internal administrator facing manuals.
@@ -458,7 +458,8 @@ is required to prevent an unacceptable surrogate ID of 'localhost' being generat 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 logged via what is now called the stdio module. +
Upgrading: the access_log and cache_store_log were 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.
@@ -470,8 +471,8 @@ of debug cache.log files to rotate through with a rotate=N option. This logging a single cache.log at relatively high debug levels on a high-traffic system. Or one which is required to store a long period of access.log and needs to conserve disk space. -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". +
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.
Known Issue: The TCP logging module does not recover from broken connections well. @@ -748,6 +749,10 @@ This definition is now consistent across all modes of traffic received by Squid.
htcp-* options collapsed into htcp= taking an optional comma-separated list of flags. The old form is deprecated but still accepted.
+Now uses logging modules. Example: stdio:/file/path +see access_log for a list of supported modules and their parameters.
+New configuration parameter clientside_mark
Allows packets leaving Squid on the client side to be marked with a Netfilter mark value in the same way as the existing clientside_tos feature.
diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index fcb0a57633..017f0edd1b 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@
-The Squid Team are pleased to announce the release of Squid-3.2.1 for testing.
+The Squid Team are pleased to announce the release of Squid-3.2.2 for testing.
This new release is available for download from