From c74c16ee21165ca27e982eecfba8d188ff1289cb Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 10 Feb 2023 09:37:21 +0100 Subject: [PATCH] NEWS: update --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eedbee770..3d692f466 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ ============================================= -NetworkManager-1.42 -Overview of changes since NetworkManager-1.40 +NetworkManager-1.44 +Overview of changes since NetworkManager-1.42 ============================================= This is a snapshot of NetworkManager development. The API is @@ -8,6 +8,11 @@ subject to change and not guaranteed to be compatible with the later release. USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! +============================================= +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. @@ -15,6 +20,7 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! * 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.