From: Amos Jeffries
Date: Wed, 21 Jan 2009 01:47:39 +0000 (+1300)
Subject: Prep for 3.0.STABLE12
X-Git-Tag: SQUID_3_0_STABLE12~2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26873f795d0ad35d5e983df32e7cdff5756962e1;p=thirdparty%2Fsquid.git
Prep for 3.0.STABLE12
---
diff --git a/ChangeLog b/ChangeLog
index b4b83c2f99..12861b7bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,20 @@
+Changes to squid-3.0.STABLE12 (21 Jan 2009):
+
+ - Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
+ - Bug 2542: ICAP filters break download resume
+ - Bug 2556: HTCP fails without icp_port
+ - Bug 2564: logformat '%tl' field not working as advertised
+ - Port from 3.1: TestBed basic build consistency checks
+ - Policy: Change half_closed_clients default to off
+ - Policy: Removed -V command line option, deprecated by 2.6
+ - ... and several other minor code cleanups
+
Changes to squid-3.0.STABLE11 (24 Dec 2008):
- Bug 2424: filedescriptors being left unnecessary opened
- Bug 2545: fault passing ICAP filtered traffic to peers
- Bug 2227: Sefgaults in MemBuf::reset during idnsSendQuery
- - .. and some minor admin and debug cleanups.
+ - ... and some minor admin and debug cleanups.
Changes to squid-3.0.STABLE11-RC1 (3 Dec 2008):
diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html
index 1df0700422..1970e53689 100644
--- a/doc/release-notes/release-3.0.html
+++ b/doc/release-notes/release-3.0.html
@@ -1,7 +1,7 @@
-
+
Squid 3.0.STABLE11 release notes
@@ -846,6 +846,9 @@ See the accf_http(9) man page.
fake_auth helper for NTLM now accepts the '-S' parameter to strip NTLM domain off the username string.
This is useful for class 4 Delay Pools in Squid 3.x
+
half_closed_clients
+
New defaut vaue of OFF
+
diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml
index 1100e1a084..aac02dabbd 100644
--- a/doc/release-notes/release-3.0.sgml
+++ b/doc/release-notes/release-3.0.sgml
@@ -700,6 +700,9 @@ See the accf_http(9) man page.
fake_auth helper for NTLM now accepts the '-S' parameter to strip NTLM domain off the username string.
This is useful for class 4 Delay Pools in Squid 3.x
+ half_closed_clients
+