From b7faa96765e81f08681f982db3dd79439e3e5b07 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 4 Nov 2009 09:02:43 +0100 Subject: [PATCH] Document the new library dependencies of inet_ntop, inet_pton. --- ChangeLog | 4 ++++ NEWS | 6 ++++++ 2 files changed, 10 insertions(+) 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). -- 2.30.2