diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-13 04:03:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-13 04:03:21 +0000 |
commit | 33d7cba8a75f0911642d71da5c78acdbe2d16b94 (patch) | |
tree | d00b47b54f9e409942347534e0c37575f77dced4 | |
parent | 65b2d6c97e85a955b788b9b0113ff4cff8a43c11 (diff) | |
download | coreutils-33d7cba8a75f0911642d71da5c78acdbe2d16b94.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 858de659c..40e9d846d 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,8 @@ Changes in release 3.17: [3.16o] +* install now shares core copying code with mv and cp +* mv (between distinct filesystems) now uses more of the core copying code +* fixed a bug or two in mv * df once again displays negative numbers when that's what's returned by get_fs_usage [3.16n] |