]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: add NEWS item for Solaris symlink fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Mar 2019 20:25:10 +0000 (13:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Mar 2019 20:25:10 +0000 (13:25 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 08bafd0b1a258d1fc63401a46dd8c1eabab66e52..459d10c98c6a4836145c36eadd2c543c3d2a6676 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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]