diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-13 14:52:57 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-13 08:27:14 +0200 |
commit | 73c718a9e5c288916136dae3d1b1a9cd2b04646b (patch) | |
tree | 2a9b7dba2aa6fb718274ee132605802443fa4580 /NEWS | |
parent | 70127be80552118471ac7a33f9c6bbe780355281 (diff) | |
download | systemd-73c718a9e5c288916136dae3d1b1a9cd2b04646b.tar.gz |
NEWS: add more news
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |