changeset 12230:9f6203fafed5

Document the new library dependencies of inet_ntop, inet_pton.
author Bruno Haible <bruno@clisp.org>
date Wed, 04 Nov 2009 09:02:43 +0100
parents fbf13e47327b
children 03fb041aaee1
files ChangeLog NEWS
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@
 
 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).