From 24977b55c8abca8d01e139528b379cd234800ce4 Mon Sep 17 00:00:00 2001 From: Antonio Cardace Date: Tue, 18 Feb 2020 16:46:35 +0100 Subject: [PATCH] release: update NEWS --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index c52e545ab9..27535446f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +=============================================== +NetworkManager-1.22.8 +Overview of changes since NetworkManager-1.22.6 +=============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Added configuration option to customize IPv6 RA timeout +* Internal DHCP client will now request a lease renewal using the previously obtained IP address when expired +* Removed length limitation for OVS Bridge, Patches and Interfaces (only Patch types) names +* Fixed initialization of 'secs' DHCP header field, this caused some DHCP relays to drop packets +* Fixed failure when creating team interfaces using 'nmstate' +* Various bug fixes and improvements + =============================================== NetworkManager-1.22.6 Overview of changes since NetworkManager-1.22.4