From ea3e581d3919c193e6a7960698d74fa4b0139676 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 31 Oct 2022 12:15:02 +0000 Subject: [PATCH] Update NEWS with latest changes --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index a7a9842d8fd..2509fd9605d 100644 --- a/NEWS +++ b/NEWS @@ -275,6 +275,8 @@ CHANGES WITH 252 in spe: useful to avoid link flaps while the underlying service providing the interface is being serviced. + * RouteTable= now also accepts route table names. + Changes in systemd-nspawn: * The --bind= and --overlay= options now support relative paths. @@ -495,6 +497,8 @@ CHANGES WITH 252 in spe: * systemd-udev will now create infiniband/by-path and infiniband/by-ibdev links for Infiniband verbs devices. + * systemd-udev-trigger.service will now also prioritize input devices. + * ConditionACPower= and systemd-ac-power will now assume the system is running on AC power if no battery can be found. @@ -529,6 +533,12 @@ CHANGES WITH 252 in spe: * When using gcrypt, all systemd tools and services will now configure it to prefer the OS random number generator if present. + * All example code shipped with documentation has been relicensed from CC0 + to MIT-0. + + * Unit tests will no longer fail when running on a system without + /etc/machine-id. + Experimental features: * BPF programs can now be compiled with bpf-gcc (requires libbpf >= 1.0 -- 2.47.3