chiark / gitweb /
Do not run tests of executables not built. Do not build
[adns.git] / changelog
index 828aa32eb6e14529b5396eda828b3a050fdb2905..e7cab03121de85ca11692fcfb163d41999cad198 100644 (file)
--- a/changelog
+++ b/changelog
@@ -14,7 +14,7 @@ adns (0.10) unstable; urgency=low
 
   Portability fixes:
   * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>.
-  * #include <sys/types.h> and <unistd.h> for fcntl in */*.c.
+  * Add missing <sys/types.h>, <unistd.h>, <time.h>, <sys/time.h>.
   * Cope with compilers that don't do `inline'.
   * Do not use variadic macro, use stdarg instead (adnslogres.c).
   * #include "config.h" before "adns.h".
@@ -22,6 +22,7 @@ adns (0.10) unstable; urgency=low
   * 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.
+  * Add pre-generated versions of m4-generated files in regress/.
 
   Portability cleanups:
   * Add list of tested platforms in INSTALL file.