chiark / gitweb /
Bump version.
[adns.git] / changelog
index 25dc3475d4fba926873f8578dfaab249af91e3e5..ccdfb63bee977a7072afe0d51c322a386172c05c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,7 @@ adns (0.9) unstable; urgency=high
   * Do not spin if TCP connection blocks for writing (and add test case).
   * Fail queries if TCP dies repeatedly, rather than retrying many times.
   * Do not abort in a couple of places if TCP unexpectedly broken.
+  * Do not free something twice if query fails and is then cancelled.
 
   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.
@@ -21,6 +22,9 @@ adns (0.9) unstable; urgency=high
   * adnsresfilter default timeout changed to 1000ms.
   * m1test script can invoke `hrecord' differently.
   * regress/output-<case>.report file contains more useful info.
+  * TODO list and other docs updated slightly.
+  * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
+    just debug messages.  BIND does this kind of thing all the time.
 
  --