diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-08 01:01:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-08 01:01:08 +0000 |
commit | 3142b1ac55b1a807b196844f8f4ec6a9c1f5a0a5 (patch) | |
tree | a72183ab81a50751e110eea3dbcc510d328b689a /NEWS | |
parent | 4461cf48cf0f58d4ea402b69cea9965be56a61df (diff) | |
download | glibc-3142b1ac55b1a807b196844f8f4ec6a9c1f5a0a5.tar glibc-3142b1ac55b1a807b196844f8f4ec6a9c1f5a0a5.tar.gz glibc-3142b1ac55b1a807b196844f8f4ec6a9c1f5a0a5.tar.bz2 glibc-3142b1ac55b1a807b196844f8f4ec6a9c1f5a0a5.zip |
[BZ #2644]
2006-05-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: Make sure
functions pointer is reloaded after pthread_cancel_init calls.
[BZ #2644]
* sysdeps/pthread/unwind-forcedunwind.c: Make sure functions
pointers are reloaded after pthread_cancel_init calls.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-05-01 +GNU C Library NEWS -- history of user-visible changes. 2006-05-07 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,10 +10,24 @@ Version 2.5 * For Linux, the sorting of addresses returned by getaddrinfo now also handles rules 3 and 7 from RFC 3484. Implemented by Ulrich Drepper. +* Allow system admin to configure getaddrinfo with the /etc/gai.conf file. + Implemented by Ulrich Drepper. + * New Linux interfaces: splice, tee, sync_file_range, vmsplace. * New iconv module for MIK. Contributed by Alexander Shopov. +* For sites with broken group and/or passwd database, the auto-propagate + option of nscd can prevent creating ID lookup entries from the results + of a name lookup and vice versa. This usually is no problem but some + site might have problems with default behavior. + Implemented by Ulrich Drepper. + +* Iterating over entire database in NIS and 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. + Version 2.4 |