]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Note the dd bug fix. The bug was introduced over 8 years ago:
authorJim Meyering <meyering@redhat.com>
Mon, 31 Mar 2008 07:11:15 +0000 (09:11 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 31 Mar 2008 07:11:15 +0000 (09:11 +0200)
9fca49f67c16c8b42c32e185808fe187cedb0fa7

NEWS

diff --git a/NEWS b/NEWS
index e1349066a592157aed6c2139bc6cc1e888e0267d..dfe2cb5886297d44ddcc0465c40f229dbcec87e9 100644 (file)
--- 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.