]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add more news
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Jun 2018 05:52:57 +0000 (14:52 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Jun 2018 06:27:14 +0000 (08:27 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 60ef049c2e573d16012934b1bc7c5322c763052b..fb9dddfbbd545e1ef4f75e2c1fc060ddb22d4218 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,11 +52,15 @@ CHANGES WITH 239 in spe:
           configuration settings to change the resolution explicitly.
 
         * systemd-resolved now supports DNS-over-TLS ("PrivateDNS"). It's still
-          turned off by default, use PrivateDNS=yes to turn it on in
+          turned off by default, use PrivateDNS=opportunistic to turn it on in
           resolved.conf. We intend to make this the default as soon as couple
           of additional techniques for optimizing the initial latency caused by
           establishing a TLS/TCP connection are implemented.
 
+        * systemd-resolved.service and systemd-networkd.service now set
+          DynamicUser=yes. The users systemd-resolve and systemd-network are
+          not created by systemd-sysusers.
+
         * The systemd-resolve tool has been renamed to resolvectl (it also
           remains available under the old name, for compatibility), and its
           interface is now verb-based, similar in style to the other <xyz>ctl
@@ -199,6 +203,11 @@ CHANGES WITH 239 in spe:
         * systemd-timesyncd gained a bus interface on which it exposes details
           about its state.
 
+        * A new environment variable $SYSTEMD_TIMEDATED_NTP_SERVICES is now
+          understood by systemd-timedated. It takes a colon-separated list of
+          unit names of NTP client services. The list is used by
+          "timedatectl set-ntp".
+
         * systemd-nspawn gained a new --rlimit= switch for setting initial
           resource limits for the container payload. There's a new switch
           --hostname= to explicitly override the container's hostname. A new