diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 77 |
1 files changed, 45 insertions, 32 deletions
diff --git a/NEWS b/NEWS index 06c72964..539f7236 100644 --- a/NEWS +++ b/NEWS @@ -1,20 +1,45 @@ -================================================ -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 +Overview of changes since NetworkManager-1.40 +============================================= -=============================================== -NetworkManager-1.40.10 -Overview of changes since NetworkManager-1.40.8 -=============================================== +* 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. @@ -23,10 +48,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 +63,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 +81,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 |