diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 060f11f9..2993a981 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,63 @@ +=============================================== +NetworkManager-1.32.10 +Overview of changes since NetworkManager-1.32.8 +=============================================== + +* core: fix the order of IPv6 addresses changing on service restart. +* initrd: add command line option to configure link autonegotiation + and speed. +* ifcfg-rh: fix crash when parsing invalid DNS address. +* ifcfg-rh: extend ifup/ifdown scripts to work with connection profile + names. +* udev: also react to "move" (and "change") udev actions in our rules. + +=============================================== +NetworkManager-1.32.8 +Overview of changes since NetworkManager-1.32.6 +=============================================== + +* firewalld: configure zones on "Reloaded" signal. +* core: fix wrong MTU for bridge interfaces. +* cloud-setup: fix gateway address for Aliyun cloud. + +=============================================== +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 +=============================================== + +* core: remove stale entries from "seen-bssids" and "timestamp" + files in "/var/lib/NetworkManager". +* bond: support the peer_notif_delay option. +* core: add ipv[46].required-timeout option to wait for IP + configuration while activating. +* core: send ARP announcements when there is carrier. +* core: start DHCPv6 when a prefix delegation is needed for shared + mode. +* firewall: fix nftables backend to create "ip" table for + IPv4 only. +* initrd: set required-timeout of 20 seconds for default IPv4 configuration + to opportunistically wait for IPv4. +* ifcfg: log warning about invalid keys in ifcfg files. +* ifcfg: reject non-UTF-8 from ifcfg files. +* nmcli: show DNS SEARCH field in device information. +* cloud-setup: add support for Aliyun cloud. + ============================================= NetworkManager-1.32.2 Overview of changes since NetworkManager-1.32 |