X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4ccd8f717836c3d92fecac422517eccac9b54f64;hb=530dd1744036b6f2b62aea156b399c7cec024d27;hp=d7d9acd9cef26947890b9e7bfa398a1419d64405;hpb=d7255651d7f2040807a6dc32df6363a60f2c69c6;p=gnulib.git diff --git a/NEWS b/NEWS index d7d9acd9c..4ccd8f717 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ Important notes --------------- +Date Modules Changes + +2012-01-07 quotearg In the C locale, the function will no longer use + the grave accent character to begin a quoted + string (`like this'). It will use apostrophes + 'like these' or, in Unicode locales, single quotes + ‘like these’. You may want to adjust any error + messages that hard code the quoting characters. + 2010-09-04 gnulib-tool The option '--import' is no longer cumulative; it now expects the complete list of modules and other options on the command line. If you want to @@ -12,6 +21,47 @@ User visible incompatible changes Date Modules Changes +2012-01-10 ignore-value This module no longer provides the ignore_ptr + function. It was deprecated a year ago, but existed + so briefly before then that it never came into use. + Now, the ignore_value function does its job. + +2011-11-18 hash This module deprecates the hash_insert0 function + using gcc's "deprecated" attribute. Use the better- + named hash_insert_if_absent equivalent. + +2011-11-04 openat This module no longer provides the mkdirat() + function. If you need this function, you now need + to request the 'mkdirat' module. + +2011-11-04 openat This module no longer provides the fstatat() + function. If you need this function, you now need + to request the 'fstatat' module. + +2011-11-03 openat This module no longer provides the unlinkat() + function. If you need this function, you now need + to request the 'unlinkat' module. + +2011-11-02 openat This module no longer provides the fchmodat() + function. If you need this function, you now need + to request the 'fchmodat' module. + +2011-11-01 alignof This module no longer provides the alignof() macro. + Use either alignof_slot() or alignof_type() instead. + +2011-11-01 openat This module no longer provides the fchownat() + function. If you need this function, you now need + to request the 'fchownat' module. + +2011-10-03 poll The link requirements of this module are changed + from empty to $(LIB_POLL). + +2011-09-25 sys_stat This module no longer provides the fstat() + function. If you need this function, you now need + to request the 'fstat' module. + +2011-09-23 signal This module is renamed to 'signal-h'. + 2011-09-22 select The link requirements of this module are changed from $(LIBSOCKET) to $(LIB_SELECT). @@ -330,7 +380,7 @@ Date Modules Changes 2008-09-28 sockets When using this module, you now need to link with $(LIBSOCKET). -2008-09-24 sys_select The limitation on `select', introduced 2008-09-23, +2008-09-24 sys_select The limitation on 'select', introduced 2008-09-23, was removed. sys_select now includes a select wrapper for Winsock. The wrapper expects socket and file descriptors to be compatible as arranged