summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-06-29 09:49:01 +0100
committerPádraig Brady <P@draigBrady.com>2016-06-29 10:00:05 +0100
commitdfae7822006074d145dd7f2e4c88a9419604f9d9 (patch)
tree136b8f6f211060acc48d600f8248d54fcff5e795 /NEWS
parent26616776c0c620ce72b3b69aa5ed63f495552a9e (diff)
downloadcoreutils-dfae7822006074d145dd7f2e4c88a9419604f9d9.tar.xz
stty: fix sane setting of susp to ^z on Solaris
* src/stty.c: Disable setting of "swtch" to ^z as that conflicts with and disables using ^z as "susp". * NEWS: Mention the bug fix. Reported and tested by Rich Burridge at: http://bugs.gnu.org/23866
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bfaf2399e..e03952e85 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ GNU coreutils NEWS -*- outline -*-
stty --help no longer outputs extraneous gettext header lines
for translated languages. [bug introduced in coreutils-8.24]
+ stty "sane" again sets "susp" to ^z on Solaris, and leaves "swtch" undefined.
+ [This bug previously fixed only on some older Solaris systems]
+
seq now immediately exits upon write errors.
[This bug was present in "the beginning".]