From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 8 Sep 2018 17:44:06 +0200 Subject: New upstream version 1.13.90 --- NEWS | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'NEWS') 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 -- cgit 1.3.0-6-gf8a5 From c240974325c552cad177c457d6ff04e381fd77a3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 15 Sep 2018 01:04:32 +0200 Subject: New upstream version 1.14.0 --- NEWS | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4ebf395f..fb749600 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,16 @@ ============================================= -NetworkManager-1.14 (not released yet) +NetworkManager-1.14 Overview of changes since NetworkManager-1.12 ============================================= -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! +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 @@ -23,7 +21,8 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! * 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. +* 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: -- cgit 1.3.0-6-gf8a5 From e126f3e804c35480c4f075777430419d6ece23da Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 23 Sep 2018 10:10:27 +0200 Subject: New upstream version 1.12.4 --- NEWS | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) (limited to 'NEWS') 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 -- cgit 1.3.0-6-gf8a5