* NEWS: Document stdlib change from 2007-02-18.
authorEric Blake <ebb9@byu.net>
Sat, 17 Mar 2007 13:54:35 +0000 (13:54 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 17 Mar 2007 13:54:35 +0000 (13:54 +0000)
ChangeLog
NEWS

index 8880c98..fb099d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-17  Eric Blake  <ebb9@byu.net>
+
+       * NEWS: Document stdlib change from 2007-02-18.
+
 2007-03-17  Jim Meyering  <jim@meyering.net>
 
        Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
diff --git a/NEWS b/NEWS
index c9fc80e..c1f24d2 100644 (file)
--- 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 <stdlib.h>
+
 2007-01-26  strdup          The module now depends on string, so replace
                               #include "strdup.h"
                             with