diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-07-24 12:06:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-07-24 12:07:45 +0200 |
commit | 95f61610f3e481d191b6184432342236fd59186d (patch) | |
tree | 6d386a0bcf03782379a5655054f9ee208ededcd5 /NEWS | |
parent | af625987d619388a100b153520d3ee308bda9889 (diff) | |
download | glibc-95f61610f3e481d191b6184432342236fd59186d.zip glibc-95f61610f3e481d191b6184432342236fd59186d.tar.gz glibc-95f61610f3e481d191b6184432342236fd59186d.tar.bz2 |
resolv: Support clearing option flags with a “-” prefix (bug 14799)
I think using a “-” prefix is less confusing than introducing
double-negation construct (“no-no-tld-query”).
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,7 +9,11 @@ Version 2.41 Major new features: - [Add new features here] +* In /etc/resolv.conf and the RES_OPTIONS, option flags can now be + prefixed with “-” to clear previously set flags. For example, if + /etc/resolv.conf contains “options no-aaaa”, a process running with + the RES_OPTIONS=-no-aaaa environment variable performs AAAA DNS + queries when the glibc DNS stub resolver is used. Deprecated and removed features, and other changes affecting compatibility: |