1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 21:32:12 +02:00

doc: add NEWS item for Solaris symlink fix

This commit is contained in:
Paul Eggert
2019-03-17 13:25:10 -07:00
parent 3e0dff3925
commit 1a69508711

4
NEWS
View File

@@ -4,7 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
ln works again on old systems without O_DIRECTORY support (like Solaris 10).
ln works again on old systems without O_DIRECTORY support (like Solaris 10),
and on systems where symlink ("x", ".") fails with errno == EINVAL
(like Solaris 10 and Solaris 11).
[bug introduced in coreutils-8.31]