]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update documentation after IPv6
authoramosjeffries <>
Tue, 18 Dec 2007 19:15:34 +0000 (19:15 +0000)
committeramosjeffries <>
Tue, 18 Dec 2007 19:15:34 +0000 (19:15 +0000)
- 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
ChangeLog
QUICKSTART
TODO

diff --git a/CREDITS b/CREDITS
index 9588e40d75c5f16fe008b4111b6f9d42f77a5010..68f5c5ab91340c212cfec7910693132ea774ada3 100644 (file)
--- 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.
+
+==============================================================================
index 2bc9bac69e0a5b48782b170266bb5925afc019cd..778ccf5da0a35ed954050b9835a6833d6ed5ea42 100644 (file)
--- 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
index c2bec8f358c568ee67ecca6ac801e4642e5b2613..d274f6b51f1f91c4de145b1e295c767cf02b9e9b 100644 (file)
@@ -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 632054eb344734da4c4d0ebd5dc09db519b50c57..cef9fe163c2af8883f671df5d1aabdb2c2296c8f 100644 (file)
--- 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