summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2013-11-29 13:07:47 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2013-11-29 13:07:47 +0100
commit64520354bbd36614d8091dcf654c2e69e686bc64 (patch)
tree1b158a601eb8ad23ab4c45fb4054ed35697539d1 /NEWS
parent142baf67407e1766f83cf000c9269a66048773b5 (diff)
downloadcoreutils-64520354bbd36614d8091dcf654c2e69e686bc64.tar.xz
df: remove long-obsolescent --megabytes option
This option has been undocumented for 12 years [1], and warned about for a year [2]. [1] commit FILEUTILS-4_1_4-23-gd177203 [2] commit v8.17-43-g453ce92 * src/df.c (MEGABYTES_OPTION): Remove. (long_options): Remove "megabytes" element. (main): In the option parsing loop, remove the MEGABYTES_OPTION case. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecc094a7b..b9678859c 100644
--- a/NEWS
+++ b/NEWS
@@ -99,6 +99,8 @@ GNU coreutils NEWS -*- outline -*-
dd status=none now suppresses all non fatal diagnostic messages,
not just the transfer counts.
+ df no longer accepts the long-obsolescent --megabytes option.
+
stdbuf now requires at least one buffering mode option to be specified,
as per the documented interface.