diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/NEWS b/NEWS index 283fa05e..4ebf395f 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,34 @@ ============================================= -NetworkManager-1.12.2 +NetworkManager-1.14 (not released yet) Overview of changes since NetworkManager-1.12 ============================================= -This is a new stable release of NetworkManager. Notable changes include: - -* Fix missing symbols in libnm ABI for settings. -* Fix a regression that disallowed activations of VPN connections with a - device specified. -* Robustness fixes to connectivity checking. +This is a snapshot of NetworkManager 1.14 development series. +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! + +* Added support for IEEE 802.15.4 and 6LowPAN devices. +* Support activating profile multiple times via connection.multi-connect + setting. +* Add match setting to restrict a profile to devices based on + a list of interface names with globbing supported. +* Add support for ethtool offload features. +* Add support for configuring llmnr. +* Deprecate endian-dependent D-Bus API and add new API that can be + used instead (rh#1153559). +* Add support for ip6gre/ip6gretap IP tunnels. +* Add support for detecting WireGuard interfaces (WireGuard VPN cannot + be controlled via NetworkManager). +* Add support for configuring SR-IOV devices. +* Improve error reporting of activation when no device is available. +* Support reapplying changes of the route metric. +* Support EAP profiles with iwd Wi-Fi backend. + +The following changes were backported to 1.12.x releases between 1.12.0 +and 1.12.2 are also present in NetworkManager-1.14: + +* fix missing symbols in libnm ABI for settings. ============================================= NetworkManager-1.12 |