diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-31 15:10:35 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-05-31 15:10:35 +0000 |
commit | 2774ea772499f5779e846646824784a44377c69a (patch) | |
tree | 8c23b862c87c0056b7ef8296f527ca580d5e15a5 /NEWS | |
parent | e482d83fb7eedcb449bfe80a6aa240cbd114c571 (diff) | |
download | glibc-2774ea772499f5779e846646824784a44377c69a.tar glibc-2774ea772499f5779e846646824784a44377c69a.tar.gz glibc-2774ea772499f5779e846646824784a44377c69a.tar.bz2 glibc-2774ea772499f5779e846646824784a44377c69a.zip |
Updated to fedora-glibc-20060531T1322cvs/fedora-glibc-2_4_90-11
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-05-07 +GNU C Library NEWS -- history of user-visible changes. 2006-05-24 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -23,11 +23,14 @@ Version 2.5 site might have problems with default behavior. Implemented by Ulrich Drepper. -* Iterating over entire database in NIS and NIS+ can be slow. With the +* Iterating over entire database in NIS can be slow. With the SETENT_BATCH_READ option in /etc/default/nss a system admin can decide to trade time for memory. The entire database will be read at once. Implemented by Ulrich Drepper. +* The interfaces introduced in RFC 3542 have been implemented by + Ulrich Drepper. + Version 2.4 |