From: Pádraig Brady
Date: Thu, 23 Feb 2017 04:48:54 +0000 (-0800) Subject: doc: add NEWS for an improvement to dd in the last release X-Git-Tag: v8.27~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509152bdd47a278dc00ddaf3200ac65044b836b1;p=thirdparty%2Fcoreutils.git doc: add NEWS for an improvement to dd in the last release * NEWS: Mention the avoidance of the gotcha with specifying a hex constant like count=0x1000 etc. as that previously was silently interpreted as 0. --- diff --git a/NEWS b/NEWS index 167c3768ac..b066c61e3e 100644 --- a/NEWS +++ b/NEWS @@ -158,6 +158,10 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + dd now warns about counts specified with a 0x "prefix", since dd will + interpret those as a zero multiplier rather than a hex constant. + The warning suggests to use 00x if a zero multiplier is really intended. + df now filters the system mount list more efficiently, with 20000 mount entries now being processed in about 1.1s compared to 1.7s. diff --git a/cfg.mk b/cfg.mk index ec03974102..efc7db7121 100644 --- a/cfg.mk +++ b/cfg.mk @@ -48,7 +48,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = 46e9780e1ed2f2df9611205e5e08b95a +old_NEWS_hash = 48f0493682b6062af615abd4fb8c356f # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'