From 404272b15215158a4574aebe3ec4745dde09136f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 28 Jul 2021 17:15:45 +0200 Subject: [PATCH] NEWS: update --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 22de8c29ff..74875743b2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +=============================================== +NetworkManager-1.32.6 +Overview of changes since NetworkManager-1.32.4 +=============================================== + +* core: fix adding stale local routes when address changes. +* initrd: tag generated profiles with origin in user data. +* core: introduce "allowed-connections" option to disallow + profiles on a device. This allows to filter out profiles + that originate from initrd. +* core: introduce "keep-configuration" device option to forcefully + activate a profile on start. +* dhcp: handle filename/bootfile_name DHCP option and write it to + device state file for initrd/kickstart. +* initrd: add "ib.pkey=" command line option + =============================================== NetworkManager-1.32.4 Overview of changes since NetworkManager-1.32.2