From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 15 Feb 2010 15:30:13 +0000 (+0000)
Subject: Mention the use of the no-such-domain template for DNS problems with FEATURE_IPV6_SUP... 
X-Git-Tag: v_3_0_16~15
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/@default-cgi@show-status?a=commitdiff_plain;h=6fe9a06dda419e739b3dff974c9a6ad2404edd85;p=privoxy.git

Mention the use of the no-such-domain template for DNS problems with FEATURE_IPV6_SUPPORT enabled.
---

diff --git a/ChangeLog b/ChangeLog
index ed7d7724..2f279b66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@ ChangeLog for Privoxy
   blocked as image instead of empty documents. Doing the latter causes
   WebKit-based clients to show a "missing image" icon which may mess up
   the layout.
+- The no-such-domain template if used if for DNS resolution
+  problems with FEATURE_IPV6_SUPPORT enabled. Previously the
+  connect-failed template was used. Reported by 'zebul666'.
 - Accepts quoted expiration dates even though RFC 2109 10.1.2
   doesn't seem to allow them. Reported anonymously.
 - Don't try to forget connections if connection sharing is disabled.
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index b83a0a42..0bee11e6 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -34,7 +34,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 2.119 2010/02/13 16:37:37 fabiankeil Exp $
+ $Id: user-manual.sgml,v 2.120 2010/02/13 17:38:39 fabiankeil Exp $
 
  Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -60,7 +60,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 2.119 2010/02/13 16:37:37 fabiankeil Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.120 2010/02/13 17:38:39 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -509,6 +509,13 @@ How to install the binary packages depends on your operating system:
     the layout.
    </para>
   </listitem>
+  <listitem>
+   <para>
+    The no-such-domain template if used if for DNS resolution
+    problems with FEATURE_IPV6_SUPPORT enabled. Previously the
+    connect-failed template was used. Reported by 'zebul666'.
+   </para>
+  </listitem>
   <listitem>
    <para>
     Accepts quoted expiration dates even though RFC 2109 10.1.2
@@ -8817,6 +8824,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  USA
 
  $Log: user-manual.sgml,v $
+ Revision 2.120  2010/02/13 17:38:39  fabiankeil
+ Update entities for 3.0.16 stable.
+
  Revision 2.119  2010/02/13 16:37:37  fabiankeil
  Update 'What's new?' section.