From: Bruno Haible Date: Wed, 4 Nov 2009 08:02:43 +0000 (+0100) Subject: Document the new library dependencies of inet_ntop, inet_pton. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7faa96765e81f08681f982db3dd79439e3e5b07;p=pspp Document the new library dependencies of inet_ntop, inet_pton. --- diff --git a/ChangeLog b/ChangeLog index 239ec7002e..3a98edbaea 100644 --- 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 index 5ae0d78c27..e379a19191 100644 --- 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).