X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2f364f74c4395f0e66689408ff846d46cbb9a9f8;hb=acf2fa819ee5f1c5acb832dd4b9ebe52a3985699;hp=6a364a5c34afa3c0e6c79d9e09aa82d769b9731a;hpb=eaa8d1f40dff5832fdda92dfff293299ec279df8;p=gnulib.git diff --git a/NEWS b/NEWS index 6a364a5c3..2f364f74c 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,40 @@ User visible incompatible changes Date Modules Changes -2009-09-30 striconveh The functions mem_cd_iconveh and str_cd_iconveh +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" + to . + +2009-09-04 link-follow The macro LINK_FOLLOWS_SYMLINK is now tri-state, + rather than only defined to 1. + +2009-09-03 openat The include files are standardized to POSIX 2008. + For openat, include ; for + fchmodat, fstatat, and mkdirat, include + ; for fchownat and unlinkat, + include . For all other + functions provided by this module, + continue to include "openat.h". + +2009-08-30 striconveh The functions mem_cd_iconveh and str_cd_iconveh now take an 'iconveh_t *' argument instead of three iconv_t arguments.