summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-07-01 19:51:39 +0000
committerJim Meyering <jim@meyering.net>1994-07-01 19:51:39 +0000
commit926b8285be35f8bf632dba010afcba9d61a649dc (patch)
tree83a5d8ec03f074376885132dd759173af7b6bdf0 /old/fileutils/NEWS
parent59c667973317ebe92b59fbb7b077e7f8c3168fa2 (diff)
downloadcoreutils-926b8285be35f8bf632dba010afcba9d61a649dc.tar.xz
merge with 3.9d
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 9ee7c60b2..50bbc8b71 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,3 +1,10 @@
+User-visible changes in release 3.10:
+* New program: sync.
+* Fix bug in cp that made the commands `ln -s . s; cp -rd s r' incorrectly
+ create `r' as a symlink instead of as a regular file.
+* du's -S and -c options now work when used together.
+ Before, the grand total was always reported to be zero.
+
Major changes in release 3.9:
* --help gives a one-line description of each option and shows the
correspondence between short and long-named options.