NEWS: update

This commit is contained in:
Thomas Haller 2021-06-04 10:11:51 +02:00
parent 9784956442
commit ebab9a32dc
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

7
NEWS
View file

@ -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.