diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 11:59:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 11:59:34 +0000 |
commit | 8f945ecf3ad95802ed9664062b492be0dc525dba (patch) | |
tree | b24b30e83130da877cfec9147b651c12facb6b5f /old | |
parent | d7bb6bd985db485c8e41447beb3bf1102109e5b8 (diff) | |
download | coreutils-8f945ecf3ad95802ed9664062b492be0dc525dba.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index e49086d87..966e16a4e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,8 +1,10 @@ Changes in release 4.01: [4.0.28] +* shred now automatically determines the size of each block device argument * ls's date/time format strings are now local dependent * mkdir, mknod, mkfifo, and chmod work better in conjunction with ACLs * `cp --parents dir1/ dir2' no longer gets a failed assertion +* shred now determines the size of block devices like /dev/fd0 * `shred --exact file1 file2' wouldn't touch `file1' [4.0.27] * install once again unlinks an existing destination before trying to open it |