diff options
| author | Michael Biebl <biebl@debian.org> | 2022-10-18 11:56:48 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-10-18 11:56:48 +0200 |
| commit | 9f101839d9e64df832e9e43c5181887369c46a7e (patch) | |
| tree | 3e23589a9d4e9e7c32ce41b634ccf26af3f0d45e /NEWS | |
| parent | ab0efddcdb48d800e2f938da54cfe3074640792e (diff) | |
New upstream version 1.40.2 upstream/1.40.2
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 8282b0fe..20e88c83 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +=============================================== +NetworkManager-1.40.2 +Overview of changes since NetworkManager-1.40.0 +=============================================== + +* Ensure that resolv.conf gets updated when the configuration changes. +* Fix setting as bond primary an interface that doesn't exist yet when the + bond is activated. +* The number of autoconnect retries is now accounted independently for each + device when there are profiles with multi-connect=multiple. +* Don't print duplicate entries in the output of "NetworkManager + --print-config" +* Fix the ifcfg-rh plugin to properly read infiniband P-Key connection + profiles without an explicit interface name. +* Allow the removal of a bond port connection profile from the bond via + nmcli. +* Fix race condition during the activation of veth profiles when the peer + already exists. +* Decline the DHCPv6 lease if all addresses fail IPv6 duplicate address + detection (DAD). +* Wait that devices get carrier before trying to resolve the system hostname + on them via DNS. +* Fix race condition during the initial activation of OVS interfaces. +* Profiles generated by nm-initrd-generator now have lower than default + priority. +* Fix error when adding many SR-IOV virtual functions (VFs). + ============================================= NetworkManager-1.40 Overview of changes since NetworkManager-1.38 |