diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
| commit | dbb91282fa488964fb20595f9494a9f0e4f36a58 (patch) | |
| tree | 142bc942e5320b35514cdf03a5f9f47a9b89df0e /NEWS | |
| parent | 5f2ede3a2813b0e9204befdcfc67509d34be71c6 (diff) | |
| parent | cfb80376641fa49137b9996130352697e7f8b436 (diff) | |
Update upstream source from tag 'upstream/1.32.10'
Update to upstream version '1.32.10' with Debian dir fcf2778b50b013ede3e7375bc1d829e984175658
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 |