]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update Release Notes for STABLE6
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 May 2008 12:22:01 +0000 (00:22 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 May 2008 12:22:01 +0000 (00:22 +1200)
ChangeLog
doc/release-notes/release-3.0.html
doc/release-notes/release-3.0.sgml

index 52854c9e7a32f7ceefe47614fdeffa96c8355c43..e7fc00461843dab1b6cdf91b9698780adea65eba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes to squid-3.0.STABLE6 (20 May 2008):
+
+       - Bug 2254: umask Feature from 2.6 added
+       - cachemgr.cgi default config file added
+       - Several authentication bug fixes
+       - Improved Windows Support
+       - better DNS lookup methods for unqualified hostames
+       - better support for 64-bit environments
+       - Bug 2332: Crash when tunnelling
+       - Removed the advertisement clause from BSD licenses
+         according to the GPLv2+ changes in BSD
+       - ... and other bugs and minor cleanups
+
 Changes to squid-3.0.STABLE5 (28 Apr 2008):
 
        - Support for resolv.conf 'domain' option
index 4e88c6f9427d82990050203ac0df958dd4dc0942..ead6f212e5e20d73e101d3ff90ffe065b88fbb1e 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
- <TITLE>Squid 3.0.STABLE5 release notes</TITLE>
+ <TITLE>Squid 3.0.STABLE6 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.0.STABLE5 release notes</H1>
+<H1>Squid 3.0.STABLE6 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.STABLE5.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE6.</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>
@@ -100,7 +100,6 @@ Some have been dropped as they are not needed. Some have not yet been forward-po
 <LI>Mapping of server error messages. Not yet ported.</LI>
 <LI>http_access2 access directive. Not yet ported.</LI>
 <LI>Location header rewrites. Not yet ported.</LI>
-<LI>umask directive. Not yet ported.</LI>
 <LI>wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access.</LI>
 <LI>urlgroup. Not yet ported.</LI>
 <LI>collapsed forwarding. Not yet ported.</LI>
@@ -421,6 +420,18 @@ See the accf_http(9) man page.
 </PRE>
 </P>
 
+<DT><B>umask</B><DD>
+<P>Ported from 2.6. Behaviour identical.
+<PRE>
+        Minimum umask which should be enforced while the proxy
+        is running, in addition to the umask set at startup.
+
+        For a traditional octal representation of umasks, start
+        your value with 0.
+        
+</PRE>
+</P>
+
 </DL>
 </P>
 
@@ -725,8 +736,6 @@ This is useful for class 4 Delay Pools in Squid 3.x</P>
 <P>Not yet ported to Squid-3.</P>
 <DT><B>refresh_stale_hit</B><DD>
 <P>Not yet ported to Squid-3.</P>
-<DT><B>umask</B><DD>
-<P>Not yet ported to Squid-3.</P>
 <DT><B>wais_relay_*</B><DD>
 <P>equivalent to cache_peer + cache_peer_access.</P>
 </DL>
index bb019b6ad95899e91ff42c7397435378b9c5effa..bbcad98ffcaf0598a67b24945067439d2219369a 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.0.STABLE5 release notes</title>
+<title>Squid 3.0.STABLE6 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.STABLE5.
+The Squid Team are pleased to announce the release of Squid-3.0.STABLE6.
 
 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">.
 
@@ -93,7 +93,6 @@ Some have been dropped as they are not needed. Some have not yet been forward-po
        <item>Mapping of server error messages. Not yet ported.
        <item>http_access2 access directive. Not yet ported.
        <item>Location header rewrites. Not yet ported.
-       <item>umask directive. Not yet ported.
        <item>wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access.
        <item>urlgroup. Not yet ported.
        <item>collapsed forwarding. Not yet ported.
@@ -346,6 +345,16 @@ See the accf_http(9) man page.
         acl aclname myportname 3128 ...         # http(s)_port name
        </verb>
 
+       <tag>umask</tag>
+       <p>Ported from 2.6. Behaviour identical.
+       <verb>
+       Minimum umask which should be enforced while the proxy
+       is running, in addition to the umask set at startup.
+
+       For a traditional octal representation of umasks, start
+        your value with 0.
+       </verb>
+
 </descrip>
 
 
@@ -600,8 +609,6 @@ See the accf_http(9) man page.
        <p>Not yet ported to Squid-3.
        <tag>refresh_stale_hit</tag>
        <p>Not yet ported to Squid-3.
-       <tag>umask</tag>
-       <p>Not yet ported to Squid-3.
        <tag>wais_relay_*</tag>
        <p>equivalent to cache_peer + cache_peer_access.
 </descrip>