diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-31 09:11:15 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-31 09:11:15 +0200 |
commit | 0d34887fe9912b65c1223cfefcaa9bf71c89b40c (patch) | |
tree | 453d1e5708127fbf563d234c4fb170e3727ce6a6 /NEWS | |
parent | e373bb193357481573913ccf28dc14675f172d5a (diff) | |
download | coreutils-0d34887fe9912b65c1223cfefcaa9bf71c89b40c.tar.xz |
* NEWS: Note the dd bug fix. The bug was introduced over 8 years ago:
9fca49f67c16c8b42c32e185808fe187cedb0fa7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |