]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.1.10
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Dec 2010 05:44:56 +0000 (18:44 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Dec 2010 05:44:56 +0000 (18:44 +1300)
ChangeLog
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 651c4b3c79f35dba7c4b239a1e685e2b41a85f97..1f092a3c95ddb987f3ab868034c67b266bc3d287 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+Changes to squid-3.1.10 (22 Dec 2010):
+
+       - Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
+       - Bug 3113: Consuming too much memory when uploading files
+       - Bug 3110: 'reply_body_max_size none' does not work with x-forwarded-for
+       - Bug 3096: Consuming too much memory when delaying traffic
+       - Bug 3091: Bypassed ICAP errors are not counted as service failures
+       - Bug 3090: Polish FTP login error handing
+       - Bug 3068: cache_dir capacity and usage overflows
+       - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
+       - Bug  427: HTTP Compliance: Support If-Match and If-None-Match requests
+       - Fix memory leak in adaptation_access
+       - Fix /dev/poll and poll() selection priority
+       - Fix PREFIX/var/run creation during install
+       - Fix cachemgr http_port config report display
+       - Add upgrade help process for obsolete options
+       - Accept RFC 2965 Set-Cookie2 / Cookie2 headers as 'known'
+       - HTTP/1.1: entry is stale if request has max-age=0
+       - HTTP/1.1: do not forward TRACE with Max-Forwards: 0 after REQMOD
+       - Toolchain update to support newer auto-tools
+       - ... and updated error page translations
+       - ... and updated documentation
+       - ... and some code optimization/simplification polish
+
+>>>>>>> MERGE-SOURCE
 Changes to squid-3.1.9 (25 Oct 2010):
 
        - Bug 3088: dnsserver is segfaulting
index 74d9dfa48cea66256331dfd4736b873ec2677c5d..67673cdaaf84a646fbbdec3ed36dfa6b6004eae0 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.1.9 release notes</TITLE>
+ <TITLE>Squid 3.1.10 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.1.9 release notes</H1>
+<H1>Squid 3.1.10 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -70,7 +70,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.1.9</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.1.10</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.1/">http://www.squid-cache.org/Versions/v3/3.1/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -679,6 +679,10 @@ Default: ON
 </PRE>
 </P>
 
+<DT><B>client_request_buffer_max_size</B><DD>
+<P>New directive added with squid-3.1.10 to set limits on the amount of buffer space allocated
+for receiving upload and request data from clients.</P>
+
 <DT><B>dns_v4_fallback</B><DD>
 <P>New option to prevent Squid from always looking up IPv4 regardless of whether IPv6 addresses are found.
 Squid will follow a policy of prefering IPv6 links, keeping the IPv4 only as a safety net behind IPv6.
index 518f7ad4f420eeec34a01e2be857963485a9b6a0..91d0b9165dc899484661db3e648f2531fe4e8a8b 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.1.9 release notes</title>
+<title>Squid 3.1.10 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.1.9
+The Squid Team are pleased to announce the release of Squid-3.1.10
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.1/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.