summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2008-08-06 00:57:50 +0100
committerJim Meyering <meyering@redhat.com>2008-08-06 08:36:46 +0200
commitd9207b48a3e0763a7a93eb17c26ae5704b798d76 (patch)
tree22d96256f030fd394d411e2eb2a42bf592ae6927 /NEWS
parentd7f79cf6cb56b0f5a0f5e152a3ac3b8aa67a8a31 (diff)
downloadcoreutils-d9207b48a3e0763a7a93eb17c26ae5704b798d76.tar.xz
doc: mv,cp: undocument the --reply option
* doc/coreutils.texi (mv invocation): Remove documentation for mv --reply. (cp invocation): Likewise. * NEWS: mention this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dfe893c75..8de63556b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ GNU coreutils NEWS -*- outline -*-
comm accepts new option, --output-delimiter=STR, that allows specification
of an output delimiter other than the default single TAB.
+ cp and mv: the deprecated --reply=X option is now also undocumented.
+
dd accepts iflag=fullblock to make it accumulate full input blocks.
With this new option, after a short read, dd repeatedly calls read,
until it fills the incomplete block, reaches EOF, or encounters an error.
@@ -22,6 +24,8 @@ GNU coreutils NEWS -*- outline -*-
factor accepts arbitrarily large numbers and factors them using
Pollard's rho algorithm.
+ ls now colorizes files with capabilities if libcap is available
+
md5sum now accepts the new option, --quiet, to suppress the printing of
'OK' messages. sha1sum, sha224sum, sha384sum, and sha512sum accept it, too.
@@ -34,8 +38,6 @@ GNU coreutils NEWS -*- outline -*-
represents the maximum number of inputs that will be merged at once.
When processing more than NMERGE inputs, sort uses temporary files.
- ls now colorizes files with capabilities if libcap is available
-
** Bug fixes
chcon --verbose now prints a newline after each message