chiark / gitweb /
LDLIBS removed from dependency lists (some makes don't support this).
[adns.git] / changelog
index 09c803e4f9703e1c7eda96fa46c6041b2a5bce9c..bb54f979d7bd3c06bb6cce74c0a20034a2ec5996 100644 (file)
--- a/changelog
+++ b/changelog
@@ -8,9 +8,9 @@ adns (0.2) experimental; urgency=low
   * Include <sys/times.h> in a few more files.
   * Include <unistd.h> and <sys/time.h> for select.
   * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
-
-  Portability fixes to regression test:
-  * Regression test doesn't rely on value of O_NONBLOCK.
+  * Regression test doesn't rely on value of fcntl flags eg O_NONBLOCK.
+  * LDLIBS removed from dependency lists (some makes don't support this).
+  * An `ambiguous else' warning from some compilers in types.c is removed.
 
   Other changes:
   * Added COPYING (copy of the GPL).