X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=3905383581938309b957b636484bc04c84e950ba;hb=ff4fa73a6d84abfdd1b3c463e381ee47e512f418;hp=60ae98a0f517bb7df2d7a5b2416f52e8b9030047;hpb=78023f0fedd00d3aaf32c747f7cee2c76a942e48;p=gnulib.git diff --git a/NEWS b/NEWS index 60ae98a0f..390538358 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,17 @@ User visible incompatible changes Date Modules Changes +2011-08-04 pathmax The header file "pathmax.h" no longer defines + PATH_MAX on GNU/Hurd. Please use one of the methods + listed in pathmax.h to ensure your package is + portable to GNU/Hurd. + +2011-07-24 close This module no longer pulls in the 'fclose' module. + If your code creates a socket descriptor using + socket() or accept(), then a FILE stream referring + to it using fdopen(), then in order to close this + stream, you need the 'fclose' module. + 2011-07-12 arg-nonnull Renamed to snippet/arg-nonnull. c++defs Renamed to snippet/c++defs. link-warning Renamed to snippet/link-warning.