From 75b0fe305443a10bcd5a69d0b7935c018ae02cfb Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 18 Jul 2008 18:48:14 +1200 Subject: [PATCH] Prep for STABLE 8 --- ChangeLog | 3 ++- README | 3 ++- doc/release-notes/release-3.0.html | 26 ++++++++------------------ doc/release-notes/release-3.0.sgml | 20 ++++++-------------- 4 files changed, 18 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 865c125539..3b16089dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes to squid-3.0.STABLE8 (20 Jul 2008): +Changes to squid-3.0.STABLE8 (18 Jul 2008): - Port from 2.6: Support for cachemgr sub-actions - Port from 2.6: userhash peer selection method @@ -15,6 +15,7 @@ Changes to squid-3.0.STABLE8 (20 Jul 2008): - Fixes several issues on 64-bit systems - Fixes several issues on older or stricter compilers - Linux-2.6.24/2.6.25 netfilter_ipv4.h __u32 workaround + - Update Release Notes: 'all' ACL is built-in since 3.0.STABLE1 Changes to squid-3.0.STABLE7 (22 Jun 2008): diff --git a/README b/README index 5213eecfec..51cc8ed921 100644 --- a/README +++ b/README @@ -22,7 +22,8 @@ by others. See the COPYRIGHT file for details. Please use our mailing lists for questions, feedback and bug fixes: - squid-users@squid-cache.org # general questions, pubilc forum + squid-users@squid-cache.org # general questions, public forum squid-bugs@squid-cache.org # bugs and fixes + squid-dev@squid-cache.org # developers forum squid@squid-cache.org # other feedback diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index 97e45e1a36..717a5ed68f 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -1,11 +1,11 @@ - - Squid 3.0.STABLE7 release notes + + Squid 3.0.STABLE8 release notes -

Squid 3.0.STABLE7 release notes

+

Squid 3.0.STABLE8 release notes

Squid Developers

$Id: release-3.0.sgml,v 1.30.2.5 2008/02/28 00:26:31 amosjeffries Exp $
@@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.0.STABLE7.

+

The Squid Team are pleased to announce the release of Squid-3.0.STABLE8.

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.0/ or the mirrors.

@@ -505,10 +505,6 @@ See the accf_http(9) man page.

Removed options:

-    userhash, not yet ported to Squid-3
-
-    sourcehash, not yet ported to Squid-2
-
     monitorurl, monitorsize etc, not yet ported to Squid-3
 
     connection-auth=, not yet ported to Squid-3
@@ -520,7 +516,7 @@ See the accf_http(9) man page.
 
     no-store, replaces the older read-only option
 
-    min-size, not yet portedto Squid-3
+    min-size, not yet ported to Squid-3
         
 

@@ -597,7 +593,9 @@ See the accf_http(9) man page.

+
acl
+

The 'all' ACL is now provided as a built-in. Warnings will be displayed if any attempt is made to redefine it.

New types:

     acl aclname http_status 200 301 500- 400-403 ...     # status code in reply
@@ -615,6 +613,7 @@ See the accf_http(9) man page.
         
 

+
short_icon_urls

New default:

@@ -679,15 +678,6 @@ See the accf_http(9) man page.
 

-

Removed format tags: -

-    >st     Request size including HTTP headers, not yet ported to Squid-3.
-
-    st      Request+Reply size including HTTP headers, not yet ported to Squid-3.
-        
-
-

-
reply_body_max_size

Syntax changed:

diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml
index 36f86e368a..ebc3171624 100644
--- a/doc/release-notes/release-3.0.sgml
+++ b/doc/release-notes/release-3.0.sgml
@@ -1,6 +1,6 @@
 
 
-Squid 3.0.STABLE7 release notes +Squid 3.0.STABLE8 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.STABLE7. +The Squid Team are pleased to announce the release of Squid-3.0.STABLE8. This new release is available for download from or the . @@ -418,10 +418,6 @@ See the accf_http(9) man page.

Removed options: - userhash, not yet ported to Squid-3 - - sourcehash, not yet ported to Squid-2 - monitorurl, monitorsize etc, not yet ported to Squid-3 connection-auth=, not yet ported to Squid-3 @@ -431,7 +427,7 @@ See the accf_http(9) man page. no-store, replaces the older read-only option - min-size, not yet portedto Squid-3 + min-size, not yet ported to Squid-3

COSS file system: @@ -492,7 +488,9 @@ See the accf_http(9) man page. ensures that the client will receive an updated version if one is available. + acl +

The 'all' ACL is now provided as a built-in. Warnings will be displayed if any attempt is made to redefine it.

New types: acl aclname http_status 200 301 500- 400-403 ... # status code in reply @@ -506,6 +504,7 @@ See the accf_http(9) man page. # match against the urlgroup as indicated by redirectors + short_icon_urls

New default: @@ -558,13 +557,6 @@ See the accf_http(9) man page. <sS Upstream object size -

Removed format tags: - - >st Request size including HTTP headers, not yet ported to Squid-3. - - st Request+Reply size including HTTP headers, not yet ported to Squid-3. - - reply_body_max_size

Syntax changed: -- 2.47.2