NEWS: update

This commit is contained in:
Ana Cabral 2021-11-18 15:50:20 +01:00
parent 24689d0bf1
commit c65815bf27

16
NEWS
View file

@ -1,13 +1,19 @@
=============================================
NetworkManager-1.34
NetworkManager-1.34-rc1
Overview of changes since NetworkManager-1.32
=============================================
This is a snapshot of NetworkManager development. The API is
subject to change and not guaranteed to be compatible with
the later release.
This is a release candidate. The API is subject to change
and not guaranteed to be compatible with the later release.
USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
* initrd: wait for both IPv4 and IPv6 with "ip=dhcp,dhcp6"
* core: better handle sd-resolved errors when resolving hostnames
* nmcli: fix import WireGuard profile with DNS domain and address
family disabled
* ndisc: send router solicitations before expiry
* policy: send earlier the ip configs to the DNS manager
* core: support linking with LLD 13
* wireguard: importing wg-quick configuration files with nmcli
no longer sets a negative, exclusive "dns-priority". This plays
better with common split DNS setups that use systemd-resolved.
@ -27,7 +33,7 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
instead of null address in route4 or route6 section.
The following changes were backported to 1.32.x releases between 1.32.0
and 1.32.12 are also present in NetworkManager-1.32:
and 1.32.12 are also present in NetworkManager-1.34:
- 1.32.12:
* Fix wrong order of addresses when restarting NetworkManager.