summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-11-28 17:18:12 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-11-28 17:18:12 +0530
commit5a4c6d53f50b264d60cf6453576ca2810c7890b7 (patch)
treebdb73e524e4b77c297b766c5be1c6967fe332381 /NEWS
parent897b98ba4dacb02edc3c8775f207a9c9a25fc1e4 (diff)
Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)
AF_INET lookup in hosts file uses _nss_files_gethostbyname2_r, which is not capable of returning a canonical name if it has found one. This change adds _nss_files_gethostbyname3_r, which wraps around _nss_files_gethostbyname2_r and then returns result.h_name as the canonical name.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f4efb6a7c3..b45fa53165 100644
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,8 @@ Version 2.19
15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895,
15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963,
15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16041, 16055,
- 16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150,
- 16151, 16153, 16167, 16172, 16245.
+ 16071, 16072, 16074, 16077, 16078, 16103, 16112, 16143, 16144, 16146,
+ 16150, 16151, 16153, 16167, 16172, 16245.
* The public headers no longer use __unused nor __block. This change is to
support compiling programs that are derived from BSD sources and use