summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-04 04:34:16 +0000
committerJim Meyering <jim@meyering.net>1999-04-04 04:34:16 +0000
commit034df8db205daaa0485f42ece367255f3daffb87 (patch)
tree18b9ed6767d16457d0e2fe041cca3de9e218d58d /old
parent8fe009ed7cad1b3552f06e119c1e6b2a28c41dbc (diff)
downloadcoreutils-034df8db205daaa0485f42ece367255f3daffb87.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index e80466e3e..92930ceeb 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,5 +1,11 @@
Changes in release 4.1:
[4.0e]
+* shred --devices option renamed to -D so that -d, -i and -r can be
+ compatible with rm.
+* shred -s/--size=N option added to specify the size of the object to be
+ shredded.
+* `shred -' now shreds stdout rather than stdin. This is incompatible with -v.
+* shred now does not need to read from its output file, so opens it O_WRONLY
* `ls -l' uses `+' to designate each file that has a custom ACL
* eliminate race condition that could make touch truncate a nonempty file
* No longer use *_unlocked I/O macros on systems (like solaris5.5.1) where