summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-24 19:28:25 +0000
committerJim Meyering <jim@meyering.net>2006-09-24 19:28:25 +0000
commite05de760c239c3cdf0fe53889a71f3816b760f22 (patch)
tree63775732bf1503cc8a775cd0c111741296d24595 /NEWS
parentde88ea4c5db4eaa3488f67c116172ad3fbf98c2f (diff)
downloadcoreutils-e05de760c239c3cdf0fe53889a71f3816b760f22.tar.xz
* NEWS: Mention these fixes.
* src/copy.c (copy_reg): With --verbose (-v), print "removed `file_name'" just after unlinking a file. (copy_internal): Likewise, in three more places. Marc Lehman reported that "touch x; ln x y; mv -v x y" was silent.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 071023651..ab9386804 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ GNU coreutils NEWS -*- outline -*-
cp -i and mv -i occasionally neglected to prompt when the copy or move
action was bound to fail. This bug dates back to before fileutils-4.0.
+ With --verbose (-v), cp and mv would sometimes generate no output,
+ or neglect to report file removal.
+
* Major changes in release 6.2 (2006-09-18) [stable candidate]
** Changes in behavior