diff options
| author | Aron Xu <aron@debian.org> | 2016-12-20 20:07:38 +0800 |
|---|---|---|
| committer | Aron Xu <aron@debian.org> | 2016-12-20 20:07:38 +0800 |
| commit | 3bf5cabfc7d7a3c7fdb4e2bc3d771d2a07db8bc0 (patch) | |
| tree | 1ac587c7e73af842b847599dc29b44430bf112ff /NEWS | |
| parent | 1836daa45f4f0d8d0b791ed020774b915e9dd92d (diff) | |
| parent | 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff) | |
Merge tag 'upstream/1.4.4'
Upstream version 1.4.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 7b7d2187..0bc9743a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,27 @@ ============================================== +NetworkManager-1.4.4 +Overview of changes since NetworkManager-1.4.2 +============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Order in which IP addresses are configured is now preserved so that + primary address is selected correctly +* Don't deconfigure devices we can take over on shutdown. Makes it + possible to restart without connection disruption for most device + types +* Avoid reading the permanent MAC address before the device is initialized + by UDEV. This avoids a race where NetworkManager might detect the MAC + address of the wrong interface. +* Fixed race condition when renaming interfaces, for example as done + by UDEV for persistent interface naming. This could cause detecting + a Wi-Fi interface as ethernet. +* Fixed a race condition in libnm that could cause a client hang if a last + value from a property of object array type disappeared +* Fixed a possible nmcli hang on D-Bus object fetch failure +* Other fixes and improvements + +============================================== NetworkManager-1.4.2 Overview of changes since NetworkManager-1.4.0 ============================================== |