]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.3.9
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 11 Sep 2013 01:39:13 +0000 (19:39 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 11 Sep 2013 01:39:13 +0000 (19:39 -0600)
ChangeLog
configure.ac
doc/release-notes/release-3.3.html
doc/release-notes/release-3.3.sgml

index 03728b598b4de8c4fd0e4902bcabe25c703e04bd..1bf8c3059846a94e0f65aed70d9b81f9b64a5afc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,24 @@
 
+Changes to squid-3.3.9 (11 Sep 2013):
+
+       - Regression Bug 3077: off-by-one error in Digest header decoding
+       - Bug 3895: fix acl_uses_indirect_client and cache_peer_access
+       - Bug 3879: assertion failed ConnStateData::validatePinnedConnection
+       - Bug 3863: myportname acl causes segmentation fault
+       - Bug 3849: Duplicate certificate sent when using https_port
+       - Bug 2287: Better fix for unsupported HTTP version handling
+       - Bug 2112: Reload into If-None-Match
+       - Fix several assert with side effects in ICAP/eCAP response handling
+       - Fix myportname ACL on ICAP/eCAP transactions
+       - Fix external ACL user:pass detail logging after adaptation
+       - Fix SMP mgr:info report 'Largest file desc currently in use'
+       - Handle infinite certificate validation loops caused by OpenSSL Bug 3090.
+       - Improved compatibility with gcc 4.8, clang and icc
+       - Show number of available filedescriptors when reserved FD changes
+       - Sync with newest OpenSSL error codes
+       - Register Http2-Settings header
+       - ... and many Windows portability fixes
+
 Changes to squid-3.3.8 (13 Jul 2013):
 
        - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
index afad9e08a3d9b73350544dddb9dae53c8f15f039..cf0c556dbd88012297b567a1740910a02222f368 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.3.8-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.3.9-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 4c674c07ba9bd73753369ba82662e6ca661678f8..f525a89dff9c844789cd037b0214ca7a06168cf9 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.3.8 release notes</TITLE>
+ <TITLE>Squid 3.3.9 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.3.8 release notes</H1>
+<H1>Squid 3.3.9 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.8.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.3.9.</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>
index 036b783a6ba8261abc3dfeeab9b19a146bb7ab33..9183e374185b5feb65898d7080f964e88297ea4c 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.3.8 release notes</title>
+<title>Squid 3.3.9 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.8.
+The Squid Team are pleased to announce the release of Squid-3.3.9.
 
 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">.