]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.2.12 SQUID_3_2_12
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Jul 2013 05:23:56 +0000 (23:23 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Jul 2013 05:23:56 +0000 (23:23 -0600)
ChangeLog
configure.ac
doc/release-notes/release-3.2.html
doc/release-notes/release-3.2.sgml

index 15acb057d9c61d7a28281d4e65a3234226f770d1..5c8841b949b05e477cc26e4f6289126fe3a73a4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 
+Changes to squid-3.2.12 (11 Jul 2013):
+
+       - Protect against buffer overrun in DNS query generation
+       - Avoid !closing assertions when helpers call comm_read during reconfigure.
+       - Fix several minor memory leaks during reconfigure
+       - Remove origin_tries limiter on forwarding and permit large max_forward_tries values
+
 Changes to squid-3.2.11 (30 Apr 2013):
 
        - Regression Bug 3839: build error: src/tools.h: No such file or directory
index 9b8f70651a0223dd544b2feb8f72a4144b152e02..fcac7572a3470bc7467d4dbb61162e6fdedca34e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.2.11-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.2.12-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index c979575b7541b7d2fccffe4739fa98ea9f0817bf..3e40364e2907d238765be5fd42d0dcb9a13734f1 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.2.11 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
+ <TITLE>Squid 3.2.12 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.2.11 release notes</H1>
+<H1>Squid 3.2.12 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.11.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.2.12.</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>
index 5f9897674ef476f913933ab40d0f24ecec3ac1f0..f9d9cdec9b52beebef118cf95988461846fbd56a 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.2.11 release notes</title>
+<title>Squid 3.2.12 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.11.
+The Squid Team are pleased to announce the release of Squid-3.2.12.
 
 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">.