summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-04 10:11:51 +0200
committerThomas Haller <thaller@redhat.com>2021-06-04 10:11:51 +0200
commitebab9a32dc65031a9ddbfc5077a19ba857759c99 (patch)
treeb340ea2a8753537760b86b32bad57c4a0ccb8130
parent9784956442d193c55c58e42b3d30228c7c2d720b (diff)
downloadNetworkManager-ebab9a32dc65031a9ddbfc5077a19ba857759c99.tar.gz
NEWS: update
-rw-r--r--NEWS7
1 files 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.