From: Jim Meyering Date: Mon, 31 Mar 2008 07:11:15 +0000 (+0200) Subject: * NEWS: Note the dd bug fix. The bug was introduced over 8 years ago: X-Git-Tag: v6.11~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d34887fe9912b65c1223cfefcaa9bf71c89b40c;p=thirdparty%2Fcoreutils.git * NEWS: Note the dd bug fix. The bug was introduced over 8 years ago: 9fca49f67c16c8b42c32e185808fe187cedb0fa7 --- diff --git a/NEWS b/NEWS index e1349066a5..dfe2cb5886 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ GNU coreutils NEWS -*- outline -*- configure --enable-no-install-program=groups now works. + dd once again works with unnecessary options like if=/dev/stdin and + of=/dev/stdout. [bug introduced in fileutils-4.0h] + id now uses getgrouplist, when possible. This results in much better performance when there are many users and/or groups.