# HG changeset patch # User Bruno Haible # Date 1257321763 -3600 # Node ID 9f6203fafed5d8865e1c5da6dc876a1bd684f8d3 # Parent fbf13e47327bd92fede2ee2dfbd56cf508a25721 Document the new library dependencies of inet_ntop, inet_pton. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-03 Bruno Haible + + * NEWS: Document the new library dependencies of inet_ntop, inet_pton. + 2009-11-03 Jim Meyering test-getaddrinfo: avoid compilation failure on FreeBSD 7.2 diff --git a/NEWS b/NEWS --- 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).