*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:37:17 +0000 (14:37 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:37:17 +0000 (14:37 +0000)
old/fileutils/NEWS

index a4d1241f8b0a64c8143782f51e4a509eb8f940e7..80a2822d98221ea80ef50b74a85038956b7d3526 100644 (file)
@@ -1,5 +1,13 @@
 Changes in release 4.1:
 [4.0g]
+* New large-file support for AIX and HP-UX, and for cross-compiles.
+* shred's default options are now suitable for devices, not files, since
+  shred is more reliable on devices.  shred now does not remove by default;
+  the old -p or --preserve option was inverted and renamed to -u or --remove.
+* shred -u now attempts to truncate devices before removing them.
+* shred -v no longer outputs carriage-returns; shred -vv has no extra effect;
+  shred -v now outputs to stderr.
+* shred now tries to find the size of a non-regular file by seeking to its end.
 * dd now opens the output file for *read* access only if `seek=' is used.
 [4.0f]
 * `ls --color' no longer segfaults