aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-09-13 16:10:20 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-09-20 13:09:25 +0200
commita623f13adfac47c8634a7288e08f821a846bc650 (patch)
tree0c9bc50d81f6619650a63587fd5306870c83ec43 /NEWS
parentf97905f24631097af325d6a231093071c3077a5f (diff)
downloadglibc-a623f13adfac47c8634a7288e08f821a846bc650.zip
glibc-a623f13adfac47c8634a7288e08f821a846bc650.tar.gz
glibc-a623f13adfac47c8634a7288e08f821a846bc650.tar.bz2
nss: Implement --no-addrconfig option for getent
The ahosts, ahostsv4, ahostsv6 commands unconditionally pass AI_ADDRCONFIG to getaddrinfo, which is not always desired. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef274d1..a64d3ef 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,10 @@ Version 2.37
Major new features:
- [Add new features here]
+* The getent tool now supports the --no-addrconfig option. The output of
+ getent with --no-addrconfig may contain addresses of families not
+ configured on the current host i.e. as-if you had not passed
+ AI_ADDRCONFIG to getaddrinfo calls.
Deprecated and removed features, and other changes affecting compatibility: