]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for STABLE 8
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Jul 2008 06:48:14 +0000 (18:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Jul 2008 06:48:14 +0000 (18:48 +1200)
ChangeLog
README
doc/release-notes/release-3.0.html
doc/release-notes/release-3.0.sgml

index 865c12553953e8de1af9d97b02a0386bd9f57efe..3b16089dd1e285f29d7757a6a4dba71187999cbb 100644 (file)
--- 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 5213eecfecda1b075b0822259a8936c9a4cab005..51cc8ed921800f1e818a8c72764cba90729691be 100644 (file)
--- 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
 
index 97e45e1a3689b8e7b01e4a326ae306224032bd74..717a5ed68f9f64cd281170ac05596493565eec24 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.50">
- <TITLE>Squid 3.0.STABLE7 release notes</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
+ <TITLE>Squid 3.0.STABLE8 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.0.STABLE7 release notes</H1>
+<H1>Squid 3.0.STABLE8 release notes</H1>
 
 <H2>Squid Developers</H2>$Id: release-3.0.sgml,v 1.30.2.5 2008/02/28 00:26:31 amosjeffries Exp $
 <HR>
@@ -15,7 +15,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1. Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE7.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE8.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.0/">http://www.squid-cache.org/Versions/v3/3.0/</A> or the 
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -505,10 +505,6 @@ See the accf_http(9) man page.
 </P>
 <P>Removed options:
 <PRE>
-    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.
 <PRE>
     no-store, replaces the older read-only option
 
-    min-size, not yet portedto Squid-3
+    min-size, not yet ported to Squid-3
         
 </PRE>
 </P>
@@ -597,7 +593,9 @@ See the accf_http(9) man page.
         
 </PRE>
 </P>
+
 <DT><B>acl</B><DD>
+<P>The 'all' ACL is now provided as a built-in. Warnings will be displayed if any attempt is made to redefine it.</P>
 <P>New types:
 <PRE>
     acl aclname http_status 200 301 500- 400-403 ...     # status code in reply
@@ -615,6 +613,7 @@ See the accf_http(9) man page.
         
 </PRE>
 </P>
+
 <DT><B>short_icon_urls</B><DD>
 <P>New default:
 <PRE>
@@ -679,15 +678,6 @@ See the accf_http(9) man page.
 </PRE>
 </P>
 
-<P>Removed format tags:
-<PRE>
-    &gt;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.
-        
-</PRE>
-</P>
-
 <DT><B>reply_body_max_size</B><DD>
 <P>Syntax changed:
 <PRE>
index 36f86e368a2e61f314cd3d66c1d124fdb79da4e3..ebc317162416231e5df580e285086a3d245fd0c2 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.0.STABLE7 release notes</title>
+<title>Squid 3.0.STABLE8 release notes</title>
 <author>Squid Developers</author>
 <date>$Id: release-3.0.sgml,v 1.30.2.5 2008/02/28 00:26:31 amosjeffries Exp $</date>
 
@@ -14,7 +14,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.0.STABLE7.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE8.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.0/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
@@ -418,10 +418,6 @@ See the accf_http(9) man page.
        </verb>
        <p>Removed options:
        <verb>
-    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.
        <verb>
     no-store, replaces the older read-only option
 
-    min-size, not yet portedto Squid-3
+    min-size, not yet ported to Squid-3
        </verb>
        <p>COSS file system:
        <verb>
@@ -492,7 +488,9 @@ See the accf_http(9) man page.
     ensures that the client will receive an updated version
     if one is available.
        </verb>
+
        <tag>acl</tag>
+       <p>The 'all' ACL is now provided as a built-in. Warnings will be displayed if any attempt is made to redefine it.
        <p>New types:
        <verb>
     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
 
        </verb>
+
        <tag>short_icon_urls</tag>
        <p>New default:
        <verb>
@@ -558,13 +557,6 @@ See the accf_http(9) man page.
     &lt;sS     Upstream object size
        </verb>
 
-       <p>Removed format tags:
-       <verb>
-    &gt;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.
-       </verb>
-
        <tag>reply_body_max_size</tag>
        <p>Syntax changed:
        <verb>