diff --git a/NEWS b/NEWS index 9b1dc751bcf..62563d81835 100644 --- a/NEWS +++ b/NEWS @@ -2484,6 +2484,11 @@ CHANGES WITH 245: for the [RoutingPolicyRule] section of .network files to configure source routing based on UID ranges and prefix length, respectively. + * The Type= match property of .link files has been generalized to + always match the device type shown by 'networkctl status', even for + devices where udev does not set DEVTYPE=. This allows e.g. Type=ether + to be used. + * sd-bus gained a new API call sd_bus_message_sensitive() that marks a D-Bus message object as "sensitive". Those objects are erased from memory when they are freed. This concept is intended to be used for