Document the new library dependencies of inet_ntop, inet_pton.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Nov 2009 08:02:43 +0000 (09:02 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Nov 2009 08:02:43 +0000 (09:02 +0100)
ChangeLog
NEWS

index 239ec70..3a98edb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-03  Bruno Haible  <bruno@clisp.org>
+
+       * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
+
 2009-11-03  Jim Meyering  <meyering@redhat.com>
 
        test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
diff --git a/NEWS b/NEWS
index 5ae0d78..e379a19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2009-11-02  inet_pton       The use of this module now requires linking with
+                            $(INET_PTON_LIB).
+
+2009-11-02  inet_ntop       The use of this module now requires linking with
+                            $(INET_NTOP_LIB).
+
 2009-10-10  utimens         The use of this module now requires linking with
                             $(LIB_CLOCK_GETTIME).