diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/NEWS b/NEWS index f65738e5..fd22a52a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +=============================================== +NetworkManager-1.30.6 +Overview of changes since NetworkManager-1.30.4 +=============================================== + +* By default, don't touch existing traffic control (TC) configuration + on devices. +* Send ARP announcements only when the interface gets carrier. +* Support the 'peer_notif_delay' bond option. +* Always start DHCPv6 on the default interface when an IPv6 prefix + delegation is needed. +* Prefer the IPv4 address to determine the system hostname via address + lookup. +* Support DHCP option 249 (Microsoft classless static route) with the + internal nettools client. +* Force a restart of hostname resolution via DNS on signal SIGUSR1 + when resolv.conf is not managed by NetworkManager. +* Fix adding duplicate iptables rules for shared mode. +* Fix parsing of Wi-Fi Information Element (IE) for Microsoft Network + Cost. +* Fix parsing of empty DHCP option 40 (NIS domain name) in the + internal nettools client. +* Other various bugfixes. + +=============================================== +NetworkManager-1.30.4 +Overview of changes since NetworkManager-1.30.2 +=============================================== + +* Fix crash evaluating match setting properties (CVE-2021-20297). +* Fix leak of local route added by NetworkManager for configured + addresses. +* Fix name of the device autoconnect D-Bus property. +* Multiple bugfixes in the initrd generator. +* Various minor bugfixes. + +=============================================== +NetworkManager-1.30.2 +Overview of changes since NetworkManager-1.30.0 +=============================================== + +* Increase the limit of open file descriptors in NetworkManager.service +* Fix hostname lookup via DNS when resolv.conf is managed by + systemd-resolved +* Enable WPA3 for Wi-Fi connections with key_mgmt=WPA-PSK +* Fix crash with the IWD Wi-Fi backend +* Avoid logging warning when setting bond option + "ad_actor_system=00:00:00:00:00:00" +* Update SpecificObject D-Bus property of ActiveConnection after WiFi + roaming +* Multiple bugfixes in the initrd generator +* Various minor bugfixes + ============================================= NetworkManager-1.30 Overview of changes since NetworkManager-1.28 |