summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-02-15 19:17:54 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2023-02-15 10:41:03 +0000
commit729045ffae23d230d868ce9c16c571792a3327b7 (patch)
tree53034a13c1ca3e68f500eb741b982fc29ada94e9 /NEWS
parent112f81a547bb5cc4f3dbbfd11456377de870196b (diff)
downloadsystemd-729045ffae23d230d868ce9c16c571792a3327b7.tar.gz
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).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f1fc56c07..3abc7c6a82 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