diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 21:00:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 21:06:19 -0400 |
commit | 9f2da732e7b03825027462dd1c46f8b4d18fc1f5 (patch) | |
tree | d7158fab8d3f0ee030e7efa8b681bcbeb1ca7b0e /NEWS | |
parent | 82e9a1f7df488c62a214ee63847b2c884dcba565 (diff) | |
download | glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.zip glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.tar.gz glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.tar.bz2 |
Add initgroups lookups to nss_db
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-9 +GNU C Library NEWS -- history of user-visible changes. 2011-6-15 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,6 +9,10 @@ Version 2.15 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. + +* Add nss_db support back to glibc. No more dependency on Berkeley db + and support for initgroups lookups. + Implemented by Ulrich Drepper. Version 2.14 |