diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 101 |
1 files changed, 71 insertions, 30 deletions
diff --git a/NEWS b/NEWS index 06c72964..92268885 100644 --- a/NEWS +++ b/NEWS @@ -1,21 +1,74 @@ -================================================ -NetworkManager-1.40.12 -Overview of changes since NetworkManager-1.40.10 -================================================ - -* Make sure "external-ids" stays up to date in Open vSwitch database on a - connection reapply. -* Retry if a netlink sockets runs out of buffer space before we're able to - read results of a link change. -* Fix a possible race involving concurrent invocation of iptables in IPv4 - shared mode. -* Other various fixes. +=============================================== +NetworkManager-1.42.4 +Overview of changes since NetworkManager-1.42.2 +=============================================== + +* Fix a possible crash when [global-dns] is used and improve the + documentation. +* Documentation improvements. =============================================== -NetworkManager-1.40.10 -Overview of changes since NetworkManager-1.40.8 +NetworkManager-1.42.2 +Overview of changes since NetworkManager-1.42.0 =============================================== +* Add build option to set the mobile-broadband-provider-info database + path. +* Add new "ipv[46].replace-local-rule" setting to control whether to + remove the local route rule that is automatically generated. +* Add the DHCPv6 IAID to the lease information exposed in /run and on + D-Bus. +* Fix assuming team connections at boot. +* Fix race condition when setting the MAC address of an OVS interface. +* Fix constructing the IPv4 name servers variable passed to dispatcher + scripts. +* Don't use tentative IPv6 address to resolve the system hostname via DNS. +* Deprecate the "Master" property of the NMActiveConnection D-Bus object + in favor of the new "Controller" property. + +============================================= +NetworkManager-1.42 +Overview of changes since NetworkManager-1.40 +============================================= + +* Added support for source load balancing for Ethernet Bonds. +* Allow specifying vhost name (SNI) for a manually DNS-over-TLS server. + Only works with systemd-resolved plugin. +* Connections can now be activated on a loopback interface. +* Added support of IPv4 ECMP routes. The ECMP routes will get merged + automatically but the user need to configure them as single-hop routes + specifying a valid weight. +* Add new "reapply" dispatcher event. +* Added support of VTI and VTI6 ip-tunnels along with a new property, + "ip-tunnel.fwmark". +* VLAN can now support 802.1ad tagging instead of 802.1Q. +* Invocations of iptables now use "--wait 2" to handle races with concurrent + calls. This fixes misbehavior with IPv4 shared mode. +* The DHCP client-id and DHCPv6 DUID are now exposed along with the lease + information. +* Optionally suppress adding direct route to an external VPN gateway + with the new "ipv[46].auto-route-ext-gw" property. +* Open vSwitch support gained new properties: "ovs-dpdk.n-rxq-desc", + "ovs-dpdk.n-txq-desc", "ovs-interface.ofport-request" and + "ovs-port.trunks". +* Added support of "other_config" for OVS bridge, port or interface. This + property is not supported by nmcli. +* nmtui now supports editing Wi-Fi WPA-Enterprise, Ethernet with 802.1X + authentication and MACsec connection profiles. +* nmcli now allows changing "connection.uuid" and "connection.type" + properties in offline mode and setting the UUID when creating a + connection. +* nmcli now accepts abbreviations for the UUID with the connection selector + in `nmcli connection $operator uuid $uuid`. +* DHCPv6 leases are now declined when addresses fail DAD. +* Documentation improvements. +* Many internal improvements and bug fixes. + +The following changes were backported to 1.40.x releases between 1.40.0 +and 1.40.10 are also present in NetworkManager-1.42: + +- 1.40.10 + * Fix the evaluation of the autoconnect retries. * nm-cloud-setup now preserves addresses added externally. * Ensure that dnsmasq is stopped after changing the dns backend and @@ -23,10 +76,7 @@ Overview of changes since NetworkManager-1.40.8 * Fix honoring an explicit DHCPv6 DUID with dhclient. * Other various fixes. -=============================================== -NetworkManager-1.40.8 -Overview of changes since NetworkManager-1.40.6 -=============================================== +- 1.40.8 * Fixed a bug that caused devices (MACsec in particular) to be stuck in UNAVAILABLE state and not transition to DISCONNECTED if the carrier was @@ -41,19 +91,13 @@ Overview of changes since NetworkManager-1.40.6 neighbor discovery messages. * Various fixes for platforms that don't allow unaligned memory access. -=============================================== -NetworkManager-1.40.6 -Overview of changes since NetworkManager-1.40.4 -=============================================== +- 1.40.6 * team: also set empty port configuration so teamd knows about the port. * team: restore port configuration after teamd respawn. -=============================================== -NetworkManager-1.40.4 -Overview of changes since NetworkManager-1.40.2 -=============================================== +- 1.40.4 * dhcp: revert restarting DHCP when MAC address changes, for example during a bond fail over. @@ -65,10 +109,7 @@ Overview of changes since NetworkManager-1.40.2 by NetworkManager. * Various minor bugfixes. -=============================================== -NetworkManager-1.40.2 -Overview of changes since NetworkManager-1.40.0 -=============================================== +- 1.40.2 * Ensure that resolv.conf gets updated when the configuration changes. * Fix setting as bond primary an interface that doesn't exist yet when the |