X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=40fa082a062a3b296a9744017c4d1deb032881cc;hb=ee9e39c014e2880179c91960ce1f69309d0c1500;hp=377898dcb843b32a791430960bf3349c1fb30fb8;hpb=89b0db35db10a8beccaf83909c7f62f127fb5821;p=gnulib.git diff --git a/NEWS b/NEWS index 377898dcb..40fa082a0 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,23 @@ User visible incompatible changes Date Modules Changes +2011-01-18 multiarch This no longer #defines AA_APPLE_UNIVERSAL_BUILD; + instead, use the shell var APPLE_UNIVERSAL_BUILD. + +2010-12-10 pipe This module is renamed to spawn-pipe. The include + file is renamed to "spawn-pipe.h". + +2010-10-05 getdate This module is deprecated. Please use the new + parse-datetime module for the replacement + function parse_datetime(), or help us write + getdate-posix for getdate(). Also, the header + "getdate.h" has been renamed "parse-datetime.h", + and doc/getdate.texi to doc/parse-datetime.texi. + +2010-09-29 sys_wait This module no longer provides the waitpid() + function. If you need this function, you now need + to request the 'waitpid' module. + 2010-09-17 utimens The function gl_futimens is removed, and its signature has been migrated to fdutimens. Callers of gl_futimens should change function name, and