diff options
| author | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
| commit | e126f3e804c35480c4f075777430419d6ece23da (patch) | |
| tree | 5d5821ebcda8cd6ac34d2483bb3354910e508930 /NEWS | |
| parent | c240974325c552cad177c457d6ff04e381fd77a3 (diff) | |
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 43 |
1 files changed, 19 insertions, 24 deletions
diff --git a/NEWS b/NEWS index fb749600..ab7e1937 100644 --- a/NEWS +++ b/NEWS @@ -1,33 +1,28 @@ +=============================================== +NetworkManager-1.12.4 +Overview of changes since NetworkManager-1.12.2 +=============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Fix reapplying different route-metric for automatic routes. +* Fix crash in connectivity check. +* Fix accepted input format for vpn.secrets in nmcli's password file. +* libnm: support private keys encrypted with AES-{192,256}-CBC. +* Fix stopping pppd on modem hangup +* Various minor bugfixes and translation updates. + ============================================= -NetworkManager-1.14 +NetworkManager-1.12.2 Overview of changes since NetworkManager-1.12 ============================================= This is a new stable release of NetworkManager. Notable changes include: -* 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. -* Fix PrimaryConnection for VPN with default-route. -* 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 and support iwd API 0.8. -* Expose slaves of OVS bridges and ports. - -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. +* 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. ============================================= NetworkManager-1.12 |