diff options
| author | Michael Biebl <biebl@debian.org> | 2018-09-08 17:44:52 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-09-08 17:44:52 +0200 |
| commit | d8cad4490d54acb162ad218a8a682ab379bb8bcc (patch) | |
| tree | 140abd545d62a1b0144be27c93ad8edb021e4311 /NEWS | |
| parent | e3bc109cd0eb97346c448f591af518d85dbee21b (diff) | |
| parent | 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 (diff) | |
Update upstream source from tag 'upstream/1.13.90'
Update to upstream version '1.13.90' with Debian dir d7d3d98e1240df49343a72511602da7099232e10
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 |