From 1a695087110acccde7ca79cd5262a29bb9214d77 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 Mar 2019 13:25:10 -0700 Subject: [PATCH] doc: add NEWS item for Solaris symlink fix --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08bafd0b1a..459d10c98c 100644 --- 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] -- 2.47.2