chiark / gitweb /
+ * Add list of tested platforms in INSTALL file.
[adns.git] / changelog
index 8cdd10b9a07d5b82e49c2d2c6c3e4eeb5cfdc975..d1be67e40b87655011f31e615d5824a0312793e8 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+adns (0.10) unstable; urgency=low
+
+  * Add list of tested platforms in INSTALL file.
+  * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
+  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
+  * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
+  * Add extra {...} near adnslogres.c:167 to kill spurious warning.
+
+ --
+
 adns (0.9) unstable; urgency=high
 
   Bug fixes:
@@ -17,6 +27,7 @@ adns (0.9) unstable; urgency=high
   * Pass LDFLAGS from configure on to ld via settings.make.in.
   * make clean deletes *.so and *.so.* files.
   * New --disable-dynamic configure option for non-ELF systems.
+  * Use AC_PROG_INSTALL (=> perhaps install-sh), to avoid bad `install'.
 
   Minor improvements:
   * Do not print warning if sendto() gives EAGAIN.
@@ -27,7 +38,7 @@ adns (0.9) unstable; urgency=high
   * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,
     just debug messages.  BIND does this kind of thing all the time.
 
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed,  9 Aug 2000 16:59:28 +0100
 
 adns (0.8) BETA; urgency=medium