* new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,

canonicalize_file_name, and document change in access semantics.
This commit is contained in:
Eric Blake 2009-09-25 23:56:18 +00:00
parent 2bf78f0928
commit 76fe91b90b
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-09-25 Eric Blake <ebb9@byu.net>
* new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,
canonicalize_file_name, and document change in access semantics.
2009-09-24 Corinna Vinschen <corinna@vinschen.de> 2009-09-24 Corinna Vinschen <corinna@vinschen.de>
* setup2.sgml (setup-locale-problems): Fix charset names of codepages * setup2.sgml (setup-locale-problems): Fix charset names of codepages

View File

@ -68,6 +68,10 @@
- rename(2) rewritten to be more POSIX conformant. - rename(2) rewritten to be more POSIX conformant.
- access(2) now performs checks using the real user ID, as required by
POSIX; the old behavior of querying based on effective user ID is
available through the new faccessat(2) and euidaccess(2) APIs.
- Add st_birthtim member to struct stat. - Add st_birthtim member to struct stat.
- File locking is now advisory, not mandatory anymore. The fcntl(2) and - File locking is now advisory, not mandatory anymore. The fcntl(2) and
@ -118,7 +122,8 @@
symlinkat, unlinkat. symlinkat, unlinkat.
- Other new APIs: posix_fadvise, posix_fallocate, funopen, fopencookie, - Other new APIs: posix_fadvise, posix_fallocate, funopen, fopencookie,
open_memstream, open_wmemstream, fmemopen, fdopendir, fpurge, mkstemps. open_memstream, open_wmemstream, fmemopen, fdopendir, fpurge,
mkstemps, eaccess, euidaccess, canonicalize_file_name.
</screen> </screen>
</sect2> </sect2>
@ -323,4 +328,3 @@
</sect2> </sect2>
</sect1> </sect1>