From 19b59bb067a17cde9b1ed329cd66e4979887c657 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 17 Mar 2007 13:54:35 +0000 Subject: [PATCH] * NEWS: Document stdlib change from 2007-02-18. --- ChangeLog | 4 ++++ NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8880c9852..fb099d21d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-17 Eric Blake + + * NEWS: Document stdlib change from 2007-02-18. + 2007-03-17 Jim Meyering Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted. diff --git a/NEWS b/NEWS index c9fc80e64..c1f24d2f4 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,13 @@ Date Modules Changes xreadlink-with-size. The function was renamed: xreadlink -> xreadlink_with_size. +2007-02-18 exit The modules now depend on stdlib, so replace + mkdtemp #include "exit.h" + mkstemp #include "mkdtemp.h" + #include "mkstemp.h" + with + #include + 2007-01-26 strdup The module now depends on string, so replace #include "strdup.h" with -- 2.11.0