X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2f364f74c4395f0e66689408ff846d46cbb9a9f8;hb=69637233ce151566c1a861bce77e1ca32305638e;hp=87fc884f36b86ddc41f7c4798a83d9e3977bc003;hpb=b5eb8386645bf1bcfafa63c729ff9a86454def87;p=gnulib.git diff --git a/NEWS b/NEWS index 87fc884f3..2f364f74c 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,23 @@ User visible incompatible changes Date Modules Changes -2009-09-23 same-inode The macro SAME_INODE is now tri-state, adding -1 - for unknown. +2009-11-12 getgroups These functions now use a signature of gid_t, + getugroups rather than GETGROUPS_T. This probably has no + effect except on very old platforms. + +2009-11-04 tempname The gen_tempname function takes an additional + 'suffixlen' argument. You can safely pass 0. + +2009-11-04 nproc The num_processors function now takes an argument. + +2009-11-02 inet_pton The use of this module now requires linking with + $(INET_PTON_LIB). + +2009-11-02 inet_ntop The use of this module now requires linking with + $(INET_NTOP_LIB). + +2009-10-10 utimens The use of this module now requires linking with + $(LIB_CLOCK_GETTIME). 2009-09-16 canonicalize-lgpl The include file is changed from "canonicalize.h"