X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=87fc884f36b86ddc41f7c4798a83d9e3977bc003;hb=b5eb8386645bf1bcfafa63c729ff9a86454def87;hp=5b4d5180ef420aadcdde409ba1b3905e0917c7e9;hpb=0aa929caab127f13327b070132fff8a22d19bc75;p=gnulib.git diff --git a/NEWS b/NEWS index 5b4d5180e..87fc884f3 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,28 @@ 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-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. + 2009-08-23 tempname The gen_tempname function takes an additional 'flags' argument. You can safely pass 0.