Linux uClibc built without wide character support lacks <wchar.h>.
[gnulib.git] / NEWS
diff --git a/NEWS b/NEWS
index 35ee0b6..aec1636 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2007-05-20  utimens         Renamed futimens to gl_futimens, to avoid
+                            conflict with the glibc-2.6-introduced function
+                            that has a different signature.
+
+2007-05-01  sigprocmask     The module now depends on signal, so replace
+                              #include "sigprocmask.h"
+                            with
+                              #include <signal.h>
+
 2007-04-06  gettext         The macro HAVE_LONG_DOUBLE is no longer set.
                             You can replace all its uses with 1, i.e. assume
                             'long double' as a type exists.
@@ -48,8 +57,8 @@ Date        Modules         Changes
                             "utf8-ucs4-unsafe.h" to "unistr.h".
             utf16-ucs4      The include file is changed from "utf16-ucs4.h"
                             to "unistr.h".
-            utf16-ucs4-unsafe  The include file is changed from "utf16-ucs4.h"
-                            to "unistr.h".
+            utf16-ucs4-unsafe  The include file is changed from
+                            "utf16-ucs4-unsafe.h" to "unistr.h".
             ucs4-utf8       The include file is changed from "ucs4-utf8.h"
                             to "unistr.h".
             ucs4-utf16      The include file is changed from "ucs4-utf16.h"