chiark / gitweb /
@@ -1,11 +1,14 @@
authorian <ian>
Thu, 2 Mar 2000 01:34:04 +0000 (01:34 +0000)
committerian <ian>
Thu, 2 Mar 2000 01:34:04 +0000 (01:34 +0000)
commitd2f6d8773d021cd8bad784aade35363739432f3b
treed69da12d7799510abf3e1062de5176fa06668a9a
parent996e3b68887ea620beecb8feaa2b50ed14db5a3a
@@ -1,11 +1,14 @@
 adns (0.7) BETA; urgency=medium

+  * New adns_submit_reverse_any for eg RBL lookups, and corresponding
+    option to adnshost.
   * README updated (from www home page).
-  * Better reporting of unexpected or weird replies from nameserver.
+
+  * In answers, quote all except alphanums and - _ / + (and document).
+  * Don't reject specials in cnames even without adns_qf_quotefail_cname.
   * 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.
+  * answer->owner may be null on error.  Documented, and adnshost copes.
+  * Better reporting of unexpected or weird replies from nameserver.

  --
changelog
client/adh-main.c
client/adh-opts.c
client/adh-query.c
client/adnshost.h
regress/case-ptrbaddom.err [new file with mode: 0644]
regress/case-ptrbaddom.out [new file with mode: 0644]
regress/case-ptrbaddom.sys [new file with mode: 0644]
src/adns.h
src/query.c