From: Amos Jeffries Date: Mon, 19 May 2008 12:22:01 +0000 (+1200) Subject: Update Release Notes for STABLE6 X-Git-Tag: SQUID_3_0_STABLE6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722c48b1ec777619d8c8efe4fc8702088992a8ab;p=thirdparty%2Fsquid.git Update Release Notes for STABLE6 --- diff --git a/ChangeLog b/ChangeLog index 52854c9e7a..e7fc004618 100644 --- 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 diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index 4e88c6f942..ead6f212e5 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -2,10 +2,10 @@ - Squid 3.0.STABLE5 release notes + Squid 3.0.STABLE6 release notes -

Squid 3.0.STABLE5 release notes

+

Squid 3.0.STABLE6 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.STABLE5.

+

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

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

@@ -100,7 +100,6 @@ Some have been dropped as they are not needed. Some have not yet been forward-po
  • Mapping of server error messages. Not yet ported.
  • http_access2 access directive. Not yet ported.
  • Location header rewrites. Not yet ported.
  • -
  • umask directive. Not yet ported.
  • wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access.
  • urlgroup. Not yet ported.
  • collapsed forwarding. Not yet ported.
  • @@ -421,6 +420,18 @@ See the accf_http(9) man page.

    +
    umask
    +

    Ported from 2.6. Behaviour identical. +

    +        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.
    +        
    +
    +

    +

    @@ -725,8 +736,6 @@ This is useful for class 4 Delay Pools in Squid 3.x

    Not yet ported to Squid-3.

    refresh_stale_hit

    Not yet ported to Squid-3.

    -
    umask
    -

    Not yet ported to Squid-3.

    wais_relay_*

    equivalent to cache_peer + cache_peer_access.

    diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index bb019b6ad9..bbcad98ffc 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -1,6 +1,6 @@
    -Squid 3.0.STABLE5 release notes +Squid 3.0.STABLE6 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.STABLE5. +The Squid Team are pleased to announce the release of Squid-3.0.STABLE6. This new release is available for download from or the . @@ -93,7 +93,6 @@ Some have been dropped as they are not needed. Some have not yet been forward-po Mapping of server error messages. Not yet ported. http_access2 access directive. Not yet ported. Location header rewrites. Not yet ported. - umask directive. Not yet ported. wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access. urlgroup. Not yet ported. collapsed forwarding. Not yet ported. @@ -346,6 +345,16 @@ See the accf_http(9) man page. acl aclname myportname 3128 ... # http(s)_port name + umask +

    Ported from 2.6. Behaviour identical. + + 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. + + @@ -600,8 +609,6 @@ See the accf_http(9) man page.

    Not yet ported to Squid-3. refresh_stale_hit

    Not yet ported to Squid-3. - umask -

    Not yet ported to Squid-3. wais_relay_*

    equivalent to cache_peer + cache_peer_access.