]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.3.5 SQUID_3_3_5
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 May 2013 11:48:25 +0000 (05:48 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 May 2013 11:48:25 +0000 (05:48 -0600)
ChangeLog
configure.ac
doc/release-notes/release-3.3.html
doc/release-notes/release-3.3.sgml

index 50c986724b626820fc80b179e1d9b805749bb171..de399443ae8531984d2d9497d9cef533ff34a2ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,20 @@
 
+Changes to squid-3.3.5 (20 May 2013):
+
+       - Bug 3851: Delay Pool class 5 tag:levels displayed incorrectly in cache manager
+       - Bug 3845: http_port tcpkeepalive= option fails parsing
+       - Bug 3840: assertion failed 'sde' in UFS cache loading
+       - Bug 3836: make check failures with automake-1.13
+       - Bug 3827: Remove AccessLogEntry::cache.authuser
+       - Bug 3816 pt2: SSL_get_certificate call inside Ssl::verifySslCertificate crashes
+       - Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics
+       - Bug 3759: OpenSSL compilation error on stock Fedora17, RHEL, CentOS 6 systems
+       - Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all
+       - Port from 2.6: external acl %ACL and %DATA tags
+       - Update copyright on SN.png
+       - ... and several minor memory leaks
+       - ... and some documentation polish
+
 Changes to squid-3.3.4 (27 Apr 2013):
 
        - Bug 3831: basic_ncsa_auth Blowfish and SHA support
index 59ee7e15393e308d0323a3b9bc782285919ff3dd..11d2641c76f0af1f83f5b57f63a2ee19b9ae338c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.3.4-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.3.5-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index a5341b5b48fb70226e2a820bb38c3d6b3a0e51ee..db74720fe8669e0148ad023558703826f806f40b 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.3.4 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
+ <TITLE>Squid 3.3.5 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.3.4 release notes</H1>
+<H1>Squid 3.3.5 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -56,7 +56,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.3.4.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.3.5.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.3/">http://www.squid-cache.org/Versions/v3/3.3/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -275,6 +275,12 @@ Always use <EM>myportname</EM> type to match the squid.conf port details.</P>
 <EM>ssl::certUntrusted</EM>,
 <EM>ssl::certSelfSigned</EM>.</P>
 
+<DT><B>external_acl_type</B><DD>
+<P><EM>%ACL</EM> format tag ported from 2.6.
+Sends the name of ACL being tested to the external helper.</P>
+<P><EM>%DATA</EM> format tag ported from 2.6.
+Inserts the ACL arguments into a particular location of the helper input instead of at the end of the line.</P>
+
 <DT><B>logformat</B><DD>
 <P>New token <EM>%ssl::bump_mode</EM> to log the SSL-bump mode type performed on a request.
 Logs values of: <EM>-</EM>, <EM>none</EM>, <EM>client-first</EM>, or <EM>server-first</EM>.</P>
@@ -394,16 +400,9 @@ This configure option is now needed to disable it. Previously it did nothing.</P
 <DT><B>error_map</B><DD>
 <P>Not yet ported from 2.6</P>
 
-<DT><B>external_acl_type</B><DD>
-<P><EM>%ACL</EM> format tag not yet ported from 2.6</P>
-<P><EM>%DATA</EM> format tag not yet ported from 2.6</P>
-
 <DT><B>external_refresh_check</B><DD>
 <P>Not yet ported from 2.7</P>
 
-<DT><B>http_port</B><DD>
-<P><EM>act-as-origin</EM> not yet ported from 2.7</P>
-
 <DT><B>ignore_ims_on_miss</B><DD>
 <P>Not yet ported from 2.7</P>
 
index 4323980f542d5e27e83362e211329da1b1699f19..bc88e57cdcc2085add195a4b4602d8b077f58e95 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.4 release notes</title>
+<title>Squid 3.3.5 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.3.4.
+The Squid Team are pleased to announce the release of Squid-3.3.5.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.3/"> or the 
 <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
@@ -206,6 +206,12 @@ This section gives a thorough account of those changes in three categories:
           <em>ssl::certUntrusted</em>,
           <em>ssl::certSelfSigned</em>.
 
+       <tag>external_acl_type</tag>
+       <p><em>%ACL</em> format tag ported from 2.6.
+          Sends the name of ACL being tested to the external helper.
+       <p><em>%DATA</em> format tag ported from 2.6.
+          Inserts the ACL arguments into a particular location of the helper input instead of at the end of the line.
+
        <tag>logformat</tag>
        <p>New token <em>%ssl::bump_mode</em> to log the SSL-bump mode type performed on a request.
          Logs values of: <em>-</em>, <em>none</em>, <em>client-first</em>, or <em>server-first</em>.
@@ -309,16 +315,9 @@ This section gives an account of those changes in three categories:
        <tag>error_map</tag>
        <p>Not yet ported from 2.6
 
-       <tag>external_acl_type</tag>
-       <p><em>%ACL</em> format tag not yet ported from 2.6
-       <p><em>%DATA</em> format tag not yet ported from 2.6
-
        <tag>external_refresh_check</tag>
        <p>Not yet ported from 2.7
 
-       <tag>http_port</tag>
-       <p><em>act-as-origin</em> not yet ported from 2.7
-
        <tag>ignore_ims_on_miss</tag>
        <p>Not yet ported from 2.7