@@ -8,6 +8,8 @@
authorian <ian>
Sun, 15 Jun 2003 16:54:29 +0000 (16:54 +0000)
committerian <ian>
Sun, 15 Jun 2003 16:54:29 +0000 (16:54 +0000)
+  * Problem with SERVFAIL in TODO.
+  * Mentioned Jarle Aase's Windows port in README.html.

README.html
TODO
changelog

index 93e9177..c21f67b 100644 (file)
@@ -16,7 +16,7 @@ library and utilities.</strong>
 <!--  Please ensure that all links continine to be correct        -->
 <!--  both for www.gnu.org and chiark.                            -->
 <!--                                                              -->
-<!--  $Id: README.html,v 1.5 2000/09/17 14:09:22 ian Exp $        -->   
+<!--  $Id: README.html,v 1.6 2003/06/15 16:54:29 ian Exp $        -->   
 
 <p>
 
@@ -166,6 +166,11 @@ the same system or a nearby one, which must be willing to provide
 configured UN*X and GNU systems will already have such nameserver(s);
 they are usually listed in /etc/resolv.conf.
 
+<h2>References and related projects</h2>
+
+There is a <a href="http://adns.jgaa.com/">port to MS Visual Studio 6
+C++</a> by Jarle Aase.
+
 <h2>Copyright and licensing</h2>
 
 <kbd>adns</kbd> is Copyright 1997-2000 Ian Jackson, Copyright
diff --git a/TODO b/TODO
index fe5c1ea..97ede2f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+BUGS:
+Arnout Engelen <arnouten@sci.kun.nl> reports servfail is thought conclusive
+
 WISHLIST:
 * Support for as-yet-unrecognised query types.
 * Make timeouts configurable.
index 1945317..3818085 100644 (file)
--- a/changelog
+++ b/changelog
@@ -8,6 +8,8 @@ adns (1.1); urgency=medium
   * Understand and sort of check OpenBSD `lookup' resolv.conf directive.
   * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
   * Added wishlist entry re configurable port no.
+  * Problem with SERVFAIL in TODO.
+  * Mentioned Jarle Aase's Windows port in README.html.
 
  --