chiark / gitweb /
+ * Do not spin if connect() fails immediately (!)
[adns.git] / changelog
index 0cea1961abe616d31c15a4a6a06080ad804b6575..e14fec347af0280fe305ff6e1f7542b6e837817c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,8 +1,17 @@
 adns (1.1); urgency=medium
 
   Bugfixes:
+  * Do not spin if connect() fails immediately (!)
   * Stop searching on a CNAME (even if it's broken).
   * When search list runs out, _qf_owner sets owner to query domain.
+  * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
+    (and there doesn't seem to be much explanation why).
+  * 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.
+  * Some better source code formatting/wrapping in a few places.
 
  --