diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
| commit | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch) | |
| tree | 4e6220877828be4c6f261de09ec0cb2d80e32389 /NEWS | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 6ac3118d..05f67f71 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ ============================================= +NetworkManager-1.48 +Overview of changes since NetworkManager-1.46 +============================================= + +This is a snapshot of NetworkManager development. The API is +subject to change and not guaranteed to be compatible with +the later release. +USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! + +* Support changing the OpenSSL ciphers for 802.1X authentication via + connection property "802-1x.openssl-ciphers". +* The reason why a device is unmanaged is now properly set in the + "StateReason" property of the "Device" D-Bus object. The property is + visible in nmcli via "nmcli -f all device show $DEV". +* Deprecated 802-11-wireless and 802-11-wired property 'mac-address-blacklist' + and introduced the 'mac-address-denylist' property. +* Properly restore in-memory connection profiles during the rollback + of a checkpoint. +* Fix detection of 6 GHz band capability for WiFi devices +* Allow IPv6 SLAAC and static IPv6 DNS server assignment for modem broadband + when IPv6 device address was not explicitly passed on by ModemManager +* Fix a performance issue that was leading to 100% CPU usage by NetworkManager + if external programs were doing a big amount of routes updates. + +============================================= NetworkManager-1.46 Overview of changes since NetworkManager-1.44 ============================================= |