From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- NEWS | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 91fa2931..6468c020 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,44 @@ ============================================= -NetworkManager-1.26.2 +NetworkManager-1.28 Overview of changes since NetworkManager-1.26 ============================================= -* build: various fixes for LTO. -* dhcp6: export and handle the DHCPv6 FQDN option. -* core: fix reapply for bond options. -* core: improve "connection.wait-device-timeout" to handle matching - devices not only by interface name and fix race. -* libnm,core: support "clsact" qdisc. -* dhcp4: fix bug in internal DHCP client on big endian systems. +This is a snapshot of NetworkManager 1.28 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! + +* Introduce a new "rc-manager=auto" setting and make it the default, + unless a different default is chosen at compile time. This mode + tries to detect "systemd-resolved", "resolvconf", and "netconfig" + and chooses the mode that seems most suitable depending on build + setting and runtime detection. "resolvconf" and "netconfig" are + only considered iff NetworkManager was built with the respective + options enabled. +* The long deprecated D-Bus property "Ip4Address" on + "org.freedesktop.NetworkManager.Device" interface is now defunct and + always returns zero. +* Introduce a ipv4.dhcp-reject-servers connection property that + specifies a list of DHCP server-ids from which offers should be + rejected. +* Add a ipv4.dhcp-vendor-class-identifier connection property to send + a custom value for the Vendor Class Identifier DHCP option. +* Support obtaining the system hostname through the FQDN DHCPv6 + option. +* dbus: don't require policykit permission for GetAppliedConnection of + a device. +* When supported by kernel, use netlink to configure bridge settings + instead of writing to sysfs. +* Deprecate the "active_slave" bond option which now has the same effect + as setting the "primary" option. +* The initrd generator now also accepts MAC addresses to indicate + interfaces. +* Add a new provider for nm-cloud-setup to support automatic network + configuration on Azure. +* Fix running DHCPv6-PD over PPPoE. +* Fix building NetworkManager with LTO (Link Time Optimization). +* Reformat code using spaces instead of tabs. Also, the entire C + source code is now formatted with "clang-format" (version 11.0). ============================================= NetworkManager-1.26 -- cgit 1.3.0-6-gf8a5 From f2ddac4cbc895837ddcc55015fae112f9859cd0a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 20 Oct 2020 22:07:24 +0200 Subject: New upstream version 1.27.91 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6468c020..8ebc9132 100644 --- a/NEWS +++ b/NEWS @@ -35,8 +35,15 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! interfaces. * Add a new provider for nm-cloud-setup to support automatic network configuration on Azure. +* Change the default DNS priority for VPNs from 50 to -50. This is a + change in behavior and means that when connecting to a VPN with the + default route, DNS queries will never leak to local resolvers. To + restore the old behavior, set the DNS priority of the connection to + 50. +* The initrd generator now supports creating Infiniband connections. * Fix running DHCPv6-PD over PPPoE. * Fix building NetworkManager with LTO (Link Time Optimization). +* Fix failure activating Wi-Fi P2P connections. * Reformat code using spaces instead of tabs. Also, the entire C source code is now formatted with "clang-format" (version 11.0). -- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8ebc9132..8a48587e 100644 --- a/NEWS +++ b/NEWS @@ -35,17 +35,16 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! interfaces. * Add a new provider for nm-cloud-setup to support automatic network configuration on Azure. -* Change the default DNS priority for VPNs from 50 to -50. This is a - change in behavior and means that when connecting to a VPN with the - default route, DNS queries will never leak to local resolvers. To - restore the old behavior, set the DNS priority of the connection to - 50. * The initrd generator now supports creating Infiniband connections. * Fix running DHCPv6-PD over PPPoE. * Fix building NetworkManager with LTO (Link Time Optimization). * Fix failure activating Wi-Fi P2P connections. * Reformat code using spaces instead of tabs. Also, the entire C source code is now formatted with "clang-format" (version 11.0). +* Change the behavior of nm-initrd-generator so that the 'ip=off|none' kernel + cmdline argument actually generates a connection which disables both + ipv4 and ipv6. Previously the generated connection would disable ipv4 + but ipv6 would be set to the 'auto' method. ============================================= NetworkManager-1.26 -- cgit 1.3.0-6-gf8a5