From: Jim Meyering Date: Sun, 20 May 2007 09:19:12 +0000 (+0000) Subject: * NEWS: Mention the incompatible change (s/futimens/gl_futimens/) X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98e787642df0dc6c3b3cf58798e7fd339a0a290;p=pspp * NEWS: Mention the incompatible change (s/futimens/gl_futimens/) forced upon us by glibc-2.6. --- diff --git a/ChangeLog b/ChangeLog index 46f6a22241..a4b17c7032 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-20 Jim Meyering + + * NEWS: Mention the incompatible change (s/futimens/gl_futimens/) + forced upon us by glibc-2.6. + 2007-05-20 Bruno Haible Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1. diff --git a/NEWS b/NEWS index 3bf067f979..6c86dcf1a0 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ 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