From 70c5dfb2cc06e7739ed20c50d59eb50345a5ddd7 Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Tue, 18 Dec 2007 19:15:34 +0000 Subject: [PATCH] Update documentation after IPv6 - Adds changelog entries for 3-HEAD - Updates TODO list for done item - Updated CREDITS with copyright of Treehouse Networks Ltd code additions - suggested config update in Quickstart --- CREDITS | 12 +++++++++++- ChangeLog | 9 +++++++++ QUICKSTART | 4 ++-- TODO | 6 +++++- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CREDITS b/CREDITS index 9588e40d75..68f5c5ab91 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -$Id: CREDITS,v 1.12 2007/12/04 13:29:59 hno Exp $ +$Id: CREDITS,v 1.13 2007/12/18 12:15:34 amosjeffries Exp $ ============================================================================== @@ -304,3 +304,13 @@ helpers/external_acl/wbinfo_group/wbinfo_group.pl of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ============================================================================== + +include/IPAddress.h lib/IPAddress.cc +include/rfc3596.h lib/rfc3596.cc +src/ICMPv6.h src/ICMPv6.cc + + This code is copyright (C) 2007 by Treehouse Networks Ltd + of New Zealand. It is published and Licensed as an extension of + squid under the same conditions as the main squid application. + +============================================================================== diff --git a/ChangeLog b/ChangeLog index 2bc9bac69e..778ccf5da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes to squid-3.HEAD (current): + + - IPv6 (Internet Protocol version 6) support + - ICMPv6 (Internet Control Message Protocol version 6) support + - FTP agent now supports EPRT command + - DNS internal resolver now supports AAAA and CNAME records + - SNMP peer and client tables now support IPv6 + - SNMP peer table supports named peers with multiple entries per IP + Changes to squid-3.0.STABLE1 (13 Dec 2007): - Major rewrite translating the code to C++, originally based on diff --git a/QUICKSTART b/QUICKSTART index c2bec8f358..d274f6b51f 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -1,7 +1,7 @@ Squid QUICKSTART -$Id: QUICKSTART,v 1.8 2003/07/18 11:10:32 hno Exp $ +$Id: QUICKSTART,v 1.9 2007/12/18 12:15:34 amosjeffries Exp $ This document is intended only for people who want to get Squid running quickly It is not a substitute for the real documentation. Squid has @@ -26,7 +26,7 @@ cache_peer, never_direct/always_direct always ask permission before adding a parent cache. See also the never_direct/always_direct directives. -cache_dir /usr/local/squid/var/cache 100 16 256 +cache_dir ufs /usr/local/squid/var/cache 100 16 256 Add here (first number, here 100) the amount of hard disk space (in megabytes) to devote to caching. diff --git a/TODO b/TODO index 632054eb34..cef9fe163c 100644 --- a/TODO +++ b/TODO @@ -37,10 +37,14 @@ Squid-3.1 - ETag caching (???) - Customized logging capabilities - External logging - - IPv6 - Other devel.squid-cache.org projects - header filtering improvements (bug #601) + Done Items: + + - IPv6 + + Later: - Rework the store API like planned -- 2.39.5