chiark / gitweb /
New test case for cancel of a query with a subquery.
[adns.git] / changelog
index 78e1c0f34b0f398630d96e378cf64bf4fb309fe7..93c5634e92bb2f1c3289935ef3f74f0cda782456 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,8 +1,14 @@
 adns (0.10) unstable; urgency=low
 
   Bugfixes:
+  * Fix incorrect `compressed datagram contains loop' error.
   * Actually compile shared libraries by default !
 
+  General Improvements:
+  * adnshost has --config option for overriding configuration.
+  * Regression tests now include `adnshost' invocations.
+  * Test cancellation both before and after query completion.
+
   Portability fixes:
   * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
   * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
@@ -12,6 +18,7 @@ adns (0.10) unstable; urgency=low
   * adnstest: setvbuf(stdout,...) before we do first output.
   * Cast a sizeof(...) in src/event.c to unsigned long before printing.
   * #include <sys/select.h> if it exists.
+  * Regression tests work better if some syscalls are already macros.
 
   Portability cleanups:
   * Add list of tested platforms in INSTALL file.