diff options
author | Eric Blake <eblake@redhat.com> | 2010-11-04 10:49:21 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-11-04 10:51:01 -0600 |
commit | 312549b627b9cb634c5bc978bf3def44ea88be21 (patch) | |
tree | 8b2849dca6fd4f206e2a6752522888e4d6432abe | |
parent | 7b4e77352d7e7fc1ba37c3437d9a68f55fbdb668 (diff) | |
download | coreutils-312549b627b9cb634c5bc978bf3def44ea88be21.tar.xz |
cp: NEWS entry for previous fix
Resolves bug#7324
* NEWS: Document the extent of the Solaris crash.
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cp, install, mv, and touch no longer crash when setting file times + on Solaris 10 Update 9 [Solaris PatchID 144488 and newer expose a + latent bug introduced in coreutils 8.1, and possibly a second latent + bug going at least as far back as coreutils 5.97] + tail -F once again notices changes in a currently unavailable remote directory [bug introduced in coreutils-7.5] |