]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.2.2 SQUID_3_2_2
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Oct 2012 03:07:59 +0000 (21:07 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Oct 2012 03:07:59 +0000 (21:07 -0600)
ChangeLog
configure.ac
doc/release-notes/release-3.2.html
doc/release-notes/release-3.2.sgml

index aa4f31e2ed0966a3a7b44b5d8d075c5ce1326655..9af728ea8cfc0c910e2475d8a32208ff537f719c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Changes to squid-3.2.1 (06 Oct 2012):
+
+       - Regression: Make login=PASS send no credentials when none available
+       - Regression: Handle dstdomain duplicates and overlapping names better
+       - Bug 3661: Segmentation fault when using more than 1 worker
+       - Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
+       - Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
+       - Bug 3648: polish String class files
+       - Bug 3647: parsing hier_code acl fails
+       - Bug 3626: forwarding loops on intercepted traffic
+       - Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
+       - Bug 3609: several RADIUS helper improvements
+       - Bug 3605: memory leak in Negotiate authentication
+       - Fix small memory leak in src ACL parse
+       - Fix maximum_single_addr_tries upgrade
+       - Fix chunked encoding on responses carrying a Content-Range header.
+       - Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
+       - ... and several compile errors
+
 Changes to squid-3.2.1 (15 Aug 2012):
 
        - Bug 3605: memory leak in peer selection
index 8c1499a18858b04f2078f63d6b45aad62b3f68a2..a26132bbe206083fc2a607fa859f7724081b2c73 100644 (file)
@@ -3,7 +3,7 @@ dnl  $Id$
 dnl
 dnl
 dnl
-AC_INIT([Squid Web Proxy],[3.2.1-BZR],[http://www.squid-cache.org/bugs/],[squid])
+AC_INIT([Squid Web Proxy],[3.2.2-BZR],[http://www.squid-cache.org/bugs/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 34802d0c18187baffcb942b81f9e35cd0f43a69c..549c518000b6c728ee6776d79dc205db33b947f6 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.2.1 release notes</TITLE>
+ <TITLE>Squid 3.2.2 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.2.1 release notes</H1>
+<H1>Squid 3.2.2 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -72,7 +72,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.2.1 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.2.2 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.2/">http://www.squid-cache.org/Versions/v3/3.2/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -404,7 +404,7 @@ This helper has also gone through a version update and now uses more current Ber
 versions and beginning with 3.2 they are available in languages other than English (where translated).</P>
 
 <P>Details in 
-<A HREF="http://wiki.squid-cache.org/Features/QualityOfService">The Squid wiki</A></P>
+<A HREF="http://wiki.squid-cache.org/Translations">The Squid wiki</A></P>
 
 <P>3.1 began the Internationalization of Squid with the public facing error pages.
 This move begins the Localization of the internal administrator facing manuals.</P>
@@ -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.</P>
 
-<P>Upgrading: the <EM>access_log</EM> was previously logged via what is now called the <EM>stdio</EM> module.
+<P>Upgrading: the <EM>access_log</EM> and <EM>cache_store_log</EM> were 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.</P>
@@ -470,8 +471,8 @@ of debug cache.log files to rotate through with a <EM>rotate=N</EM> 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.</P>
 
-<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".
+<P>The <EM>referer_log</EM> and <EM>useragent_log</EM> directives have been converted to built-in log formats.
+These logs are now created using an <EM>access_log</EM> 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.</P>
 
 <P>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.
 <P><EM>htcp-*</EM> options collapsed into <EM>htcp=</EM> taking an optional comma-separated list of flags.
 The old form is deprecated but still accepted.</P>
 
+<DT><B>cache_store_log</B><DD>
+<P>Now uses logging modules. Example: stdio:/file/path
+see <EM>access_log</EM> for a list of supported modules and their parameters.</P>
+
 <DT><B>clientside_mark</B><DD>
 <P>New configuration parameter <EM>clientside_mark</EM></P>
 <P>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.</P>
index fcb0a576330800618385c185a508bafe68768e13..017f0edd1b4dfaff3800eadd674de3ae6cd5476e 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.1 release notes</title>
+<title>Squid 3.2.2 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.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 <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">.