chiark / gitweb /
+ * In answers, quote everything except alphanums and - _ / + and document
[adns.git] / changelog
index 6f688d504724fb1b606c8a835c52c9b7248d7047..3989b51a42eac257fe5e93e1214a5e0eba9b9c84 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,11 +1,26 @@
-adns (0.6) unstable; urgency=high
+adns (0.7) BETA; urgency=medium
+
+  * README updated (from www home page).
+  * Better reporting of unexpected or weird replies from nameserver.
+  * Better checking of long domain names and labels in queries.
+  * Unfortunately, answer->owner may be null on error.  Documented.
+  * In answers, quote everything except alphanums and - _ / + and document
+    this behaviour.  Make not setting adns_qf_quotefail_cname work.
+
+ --
+
+adns (0.6) BETA; urgency=high
 
   Core library bugfixes:
-  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Avoid infinite timeouts, causing lockup, when they should be zero !
   * TCP handling revamped (avoids undefined behaviour due to reentrancy).
+  * Do not fail assertion if _qf_owner, _qf_search, domain ends in `.'.
   * Many memory leaks fixed.
 
+  Cool new utility:
+  * adnsresfilter is like `cat' but converts addresses to names without
+    delaying the output.  Pipe `netstat -n', `tcpdump -ln', etc. into it.
+
   Test and client program bug and portability fixes:
   * Dynamic library building works properly.
   * adnshost prints somewhat better messages about some wrong usages.
@@ -17,13 +32,13 @@ adns (0.6) unstable; urgency=high
   * adnstest uninitialised memory bug fixed.
 
   General improvements
-  * New adns_if_logpid option (functionality suggested by Tony Finch).
   * Better control of adnshost output and error messages (new -F options).
+  * New adns_if_logpid option (functionality suggested by Tony Finch).
   * New fanftest test program from Tony Finch (ignored by `make install').
+  * Reads /etc/resolv-adns.conf if it exists.
   * Declare flags parameters as enums again, not ints.
-  * New adnsresfilter general-purpose number->name mapping filter program.
 
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 24 Nov 1999 17:13:03 +0000
 
 adns (0.5) unstable; urgency=high