From ebab9a32dc65031a9ddbfc5077a19ba857759c99 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 4 Jun 2021 10:11:51 +0200 Subject: [PATCH] NEWS: update --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 70a507aaac..23ab8a75e0 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,10 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! mode). * nmcli: fix setting property aliases to empty value to reset the default value. -* Enforce valid "connection.uuid" by normalizing the string to lower - case. This changes the UUID of existing profiles that had an invalid, - non-normalized value. +* Enforce valid lower case UUIDs in "connection.uuid" by normalizing the + string. This changes the UUID of existing profiles that had an invalid + or non-normalized value. Also normalize "connection.secondaries" to only + contain valid and distinct UUIDs. * API BREAK: D-Bus: remove long deprecated PropertiesChanged signal from D-Bus API. They are replaced by standard PropertiesChanged signal on the "org.freedesktop.DBus.Properties" interface.