From: Amos Jeffries
Date: Sat, 29 Mar 2008 06:51:03 +0000 (+1200)
Subject: Preparation for STABLE3
X-Git-Tag: SQUID_3_0_STABLE3~3
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c636b23227de44e1e1f3a179fa8cdd8ecce415bf;p=thirdparty%2Fsquid.git
Preparation for STABLE3
---
diff --git a/ChangeLog b/ChangeLog
index d8375a0712..0ed0248225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-Changes to squid-3.0.STABLE1 (1 Mar 2008):
+Changes to squid-3.0.STABLE3 (31 Mar 2008):
+
+ - Improved HTTP 1.1 support.
+ - Improved MacOSX (Leopard) support
+ - Bug 2206: Proxy-Authentication regression in STABLE2.
+ - Strip Domain from NTLM usernames for use in class 4 Delay Pools
+ - ... and other bugs and minor code cleanup
+
+Changes to squid-3.0.STABLE2 (1 Mar 2008):
- Add myportname ACL for matching the accepting port name (see release notes)
- Add include directive for squid.conf (see release notes)
diff --git a/TODO b/TODO
index 632054eb34..d88051e52a 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ Squid-3.0:
Feature freeze:
- overlapping helper feature implementation (plain or stateful or both).
- - Someone other than Robert to review the draft squid 3 release notes (in CVS already).
Other?
@@ -23,6 +22,7 @@ Squid-3.0:
- Authentication tidyups in proxy_auth acl managagement (Done).
- Appropriate parts of rproxy (Done).
- Some kind of Range support to at least the level of 2.5 and earlier (Done).
+ - Someone other than Robert to review the draft squid 3 release notes (in CVS already).
Squid-3.1
diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html
index 880c5c64b6..ae7ee8562b 100644
--- a/doc/release-notes/release-3.0.html
+++ b/doc/release-notes/release-3.0.html
@@ -2,12 +2,12 @@
- Squid 3.0.STABLE2 release notes
+ Squid 3.0.STABLE3 release notes
-Squid 3.0.STABLE2 release notes
+Squid 3.0.STABLE3 release notes
-Squid Developers
$Id: release-3.0.html,v 1.12.2.2 2008/02/28 00:26:31 amosjeffries Exp $
+Squid Developers
$Id: release-3.0.sgml,v 1.30.2.5 2008/02/28 00:26:31 amosjeffries Exp $
This document contains the release notes for version 3.0 of Squid.
Squid is a WWW Cache application developed by the National Laboratory
@@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.
-The Squid Team are pleased to announce the release of Squid-3.0.STABLE2.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE3.
This new release is available for download from
http://www.squid-cache.org/Versions/v3/3.0/ or the
mirrors.
@@ -688,6 +688,11 @@ See the accf_http(9) man page.
url_rewrite_program
No urlgroup support in either requests or responese
+
+auth_param
+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
+
diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml
index 5dd5b1d302..c864134fbc 100644
--- a/doc/release-notes/release-3.0.sgml
+++ b/doc/release-notes/release-3.0.sgml
@@ -1,6 +1,6 @@
-Squid 3.0.STABLE2 release notes
+Squid 3.0.STABLE3 release notes
Squid Developers
$Id: release-3.0.sgml,v 1.30.2.5 2008/02/28 00:26:31 amosjeffries Exp $
@@ -14,7 +14,7 @@ for Applied Network Research and members of the Web Caching community.
Notice
-The Squid Team are pleased to announce the release of Squid-3.0.STABLE2.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE3.
This new release is available for download from or the .
@@ -565,6 +565,11 @@ See the accf_http(9) man page.
url_rewrite_program
No urlgroup support in either requests or responese
+
+ auth_param
+
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
+