diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-07 17:03:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-07 17:03:18 +0000 |
commit | 3a69319e7688d39e15006155818f96793d0d7705 (patch) | |
tree | b9a9a87d0f223ffb8d337eaa86e218a42bda7c85 | |
parent | 0d24fd922456d5d7aea3471f98270d75590f1f54 (diff) | |
download | coreutils-3a69319e7688d39e15006155818f96793d0d7705.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 361cb2ced..19dc8becb 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,8 @@ Changes in release 4.1: +[4.0e] +* No longer use *_unlocked I/O macros on systems (like solaris5.5.1) where + they're not declared, so selected executables (e.g., rm) that are linked + with shared libraries will once again run on solaris5.6 systems. [4.0d (aka 4.1-b3)] * ls recognizes solaris 2 `doors' * new program: shred |