chiark / gitweb /
+ Bugfixes:
authorian <ian>
Thu, 14 Sep 2000 01:23:39 +0000 (01:23 +0000)
committerian <ian>
Thu, 14 Sep 2000 01:23:39 +0000 (01:23 +0000)
commit5a0be2445e09e1d0fc6ae995b6c0296bc28e657d
tree80034894180d6b4961c6e7138749720f9f7f4284
parente32d0f9ec3413e4781ef9682e360e3c31e41c293
+  Bugfixes:

@@ -1,10 +1,24 @@
 adns (0.10) unstable; urgency=low

-  * Add list of tested platforms in INSTALL file.
+  Bugfixes:
+  * Actually compile shared libraries by default !
+
+  Portability fixes:
   * 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.
+  * Cope with compilers that don't do `inline'.
+  * Do not use variadic macro, use stdarg instead (adnslogres.c).
+  * #include "config.h" before "adns.h".
+  * 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.
+
+  Portability cleanups:
+  * Add list of tested platforms in INSTALL file.
+  * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
   * Add extra {...} near adnslogres.c:167 to kill spurious warning.
+  * Use `printf' instead of `echo -n'.
+

  --
acconfig.h
changelog
client/adnslogres.c
client/adnsresfilter.c
client/adnstest.c
client/fanftest.c
configure
configure.in
regress/r1test
src/config.h.in
src/event.c