diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-22 09:07:00 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-22 09:07:00 -0700 |
commit | 57be3fd79a418b14e417e9a6b96f05dcb99932ee (patch) | |
tree | 37500de217fc0c72fbbafe1f202bf37f0c9e6d4a /NEWS | |
parent | 38ae768d88c47dd06030104eb3376212b0d8d164 (diff) | |
download | glibc-57be3fd79a418b14e417e9a6b96f05dcb99932ee.zip glibc-57be3fd79a418b14e417e9a6b96f05dcb99932ee.tar.gz glibc-57be3fd79a418b14e417e9a6b96f05dcb99932ee.tar.bz2 |
Describe nss_dns parallel lookup workaround in 2.10 NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -53,6 +53,13 @@ Version 2.10 * Handling for group shadow files has been added. Implemented by Ulrich Drepper. +* DNS IPv4-IPv6 parallel lookup now deals better with broken DNS + servers (the case, e.g., for some people using the built-in DNS + server in ADSL modems/routers). There is a once-per-process timeout + in case of a broken server. To avoid it, users can run nscd or put + 'options single-request' in /etc/resolv.conf. + Implemented by Ulrich Drepper. + Version 2.9 |