* lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
[gnulib.git] / NEWS
diff --git a/NEWS b/NEWS
index 4da28cc..c30b272 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,14 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2007-12-24  setenv          The include file is changed from "setenv.h" to
+                            <stdlib.h>. Also, the unsetenv function is no
+                            longer declared in this module; use the 'unsetenv'
+                            module if you need it.
+
+2007-12-03  getpagesize     The include file is changed from "getpagesize.h"
+                            to <unistd.h>.
+
 2007-12-03  strcase         The include file is changed from <string.h> to
                             <strings.h>.