diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 22:48:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 22:48:47 -0400 |
commit | 4769ae77fc6c8dacea6476addb015c8797848cdd (patch) | |
tree | 23dcf208109df183c6b4c1819e2101166176e614 /NEWS | |
parent | 4462fad3d9db8c5d5c842b059edefa0019a5e045 (diff) | |
download | glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.tar.gz glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.tar.xz glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.zip |
Handle DNS server failures in case of AF_UNSPEC lookups correctly
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index b3d8005c7c..1ca96738d5 100644 --- a/NEWS +++ b/NEWS @@ -16,9 +16,9 @@ Version 2.14 12393, 12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509, 12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587, 12597, 12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, - 12660, 12671, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, - 12734, 12738, 12746, 12766, 12775, 12777, 12782, 12788, 12792, 12795, - 12811, 12813, 12814 + 12660, 12671, 12681, 12684, 12685, 12711, 12713, 12714, 12717, 12723, + 12724, 12734, 12738, 12746, 12766, 12775, 12777, 12782, 12788, 12792, + 12795, 12811, 12813, 12814 * The RPC implementation in libc is obsoleted. Old programs keep working but new programs cannot be linked with the routines in libc anymore. |