From 18631fd957cbfef135ad71e2924cc275ba702c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Thu, 2 Jan 2025 13:18:09 +0100 Subject: [PATCH] NEWS: update for 1.42.10 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 6cd720fc06..b4e38b830a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +=============================================== +NetworkManager-1.42.10 +Overview of changes since NetworkManager-1.42.8 +=============================================== + +* Extend connection matching function for UUID in controller +* Dispatch `dns-change` dispatcher event +* Disable IPv6 when disabled in kernel +* Skip VLAN filtering resetting if no vlan change changed when doing reapply +* Checkpoint: Allow rollback on internal global DNS +* Checkpoint: preserve in-memory state of connections +* lldp: fix crash dereferencing NULL pointer during debug logging +* Also use /etc/hosts for hostname resolution +* Retry hostname resolution when it fails +* sriov: only validate sriov capacity when enabled +* Fix handling of OVS interfaces with netdev datapath and cloned MAC +* Other minor fixes + =============================================== NetworkManager-1.42.8 Overview of changes since NetworkManager-1.42.6