summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2008-02-21 15:01:15 +0100
committerJim Meyering <meyering@redhat.com>2008-02-21 15:02:07 +0100
commit49f7ebaac45f4d20a70c83c8302444b64259c6d3 (patch)
tree5de5689987d61d6247f0683887b9ed830ed434d4 /NEWS
parentbf9e98344df01e5a66cc9657bd975ef357773eb2 (diff)
downloadcoreutils-49f7ebaac45f4d20a70c83c8302444b64259c6d3.tar.xz
id: use getgrouplist when possible
* gl/m4/mgetgroups.m4: Check for getgrouplist. * gl/lib/mgetgroups.c (mgetgroups): Use getgrouplist, if available. * TODO: Remove the item about switching to getgrouplist. * NEWS: mention this
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a5a0a0af..b549513fd 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ GNU coreutils NEWS -*- outline -*-
configure --enable-no-install-program=groups now works.
+ id now uses getgrouplist, when possible. This results in
+ much better performance when there are many users and/or groups.
+
ls no longer segfaults on files in /proc when linked with an older version
of libselinux. E.g., ls -l /proc/sys would dereference a NULL pointer.