NEWS: add entries that were backported to 1.32 minor releases

This commit is contained in:
Thomas Haller 2021-10-06 11:04:22 +02:00
parent 7f25335767
commit a44e5c3918
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

24
NEWS
View file

@ -16,14 +16,32 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
control objects (qdiscs and filters). control objects (qdiscs and filters).
The following changes were backported to 1.32.x releases between 1.32.0 The following changes were backported to 1.32.x releases between 1.32.0
and 1.32.6 are also present in NetworkManager-1.32: and 1.32.12 are also present in NetworkManager-1.32:
- 1.32.12: - 1.32.12:
* Preserve the IPv6 ff00::/8 route added by kernel in the local * Fix wrong order of addresses when restarting NetworkManager.
table, necessary for multicast communication. * Preserve the IPv6 ff00::/8 route added by kernel in the local table,
necessary for multicast communication.
* Fix emitting the signal for changed metered status of devices.
* Fix applying the ethtool autonegotiation and speed settings.
* initrd: fix crash parsing plain '=' without key.
* cloud-setup: use suppress_prefixlength rule to honor * cloud-setup: use suppress_prefixlength rule to honor
non-default-routes in the main table. non-default-routes in the main table.
- 1.32.10:
* 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.
- 1.32.8:
* firewalld: configure zones on "Reloaded" signal.
* core: fix wrong MTU for bridge interfaces.
* cloud-setup: fix gateway address for Aliyun cloud.
- 1.32.6: - 1.32.6:
* core: fix adding stale local routes when address changes. * core: fix adding stale local routes when address changes.
* initrd: tag generated profiles with origin in user data. * initrd: tag generated profiles with origin in user data.