From: Yu Watanabe Date: Wed, 15 Feb 2023 10:17:54 +0000 (+0900) Subject: NEWS: mention that the default mDNS mode is now "yes" X-Git-Tag: v253~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=729045ffae23d230d868ce9c16c571792a3327b7;p=thirdparty%2Fsystemd.git NEWS: mention that the default mDNS mode is now "yes" C.f. issue #25252, PR #25255, and RHBZ#2169786 (https://bugzilla.redhat.com/show_bug.cgi?id=2169786). --- diff --git a/NEWS b/NEWS index 3f1fc56c07e..3abc7c6a826 100644 --- a/NEWS +++ b/NEWS @@ -85,6 +85,13 @@ CHANGES WITH 253 in spe: legacy and thus typically do not receive the same level of security support and fixes. + * The default per-link multicast DNS mode is changed to "yes" + (that was previously "no"). As the default global multicast DNS mode + has been "yes" (but can be changed by the build option), now the + multicast DNS is enabled on all links by default. You can disable the + multicast DNS on all links by setting MulticastDNS= in resolved.conf, + or on an interface by calling "resolvectl mdns INTERFACE no". + New components: * A tool 'ukify' tool to build, measure, and sign Unified Kernel Images