diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:35:01 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:49:48 +0100 |
| commit | 77dea84aa6e816f66dc622cec8ae2668eba3c068 (patch) | |
| tree | 755536a0ed1fb36c2899e9bff9e092c4008a25c4 /NEWS | |
| parent | 47f08826b44eed651b44dc8bacb5b46bc4c52067 (diff) | |
| parent | fd80297a396cc4dd7da4da20208fb360aa369aa7 (diff) | |
Merge branch 'debian/master' into ubuntu/master
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/NEWS b/NEWS index 8a48587e..f65738e5 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,38 @@ ============================================= +NetworkManager-1.30 +Overview of changes since NetworkManager-1.28 +============================================= + +* Increase timeout of NetworkManager-wait-online.service to 60 seconds. +* Add "ipv4.dhcp-client-id=ipv6-duid" option for RFC4361. +* The dhcpcd plugin now requires a minimum version of dhcpcd-9.3.3 with + the --noconfigure option. Using an older version will cause dhcpcd to + exit with a status code of 1. +* Support building against musl libc. +* Support new ethtool offload features. +* Add support for WPA3 Enterprise Suite-B 192 bit mode. +* Add support for handling Veth devices. +* New hostname settings for controlling configuring the hostname from + reverse DNS lookup and from DHCP. +* OVS: support configuring external-ids. +* libnm: nm_setting_bond_add_option() no longer validates the + option that is set. Instead, use nm_connection_verify() to validate + the profile. +* libnm: add support for reading/writing keyfile format. This required to + relicense previously GPL-2.0+ code as LGPL-2.1+ with the agreement of the + copyright holders. +* initrd: support for rd.net.timeout.carrier option. +* initrd: support new ip method "link6" for IPv6 link-local only. +* ci: use ci-templates for containers on gitlab-ci. +* ci: test build against Alpine Linux on gitlab-ci. +* build: new configure option to set path to "polkit-agent-helper-1". +* Many bugfixes, improvements and translation updates. + +============================================= NetworkManager-1.28 Overview of changes since NetworkManager-1.26 ============================================= -This is a snapshot of NetworkManager 1.28 development series. -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! - * Introduce a new "rc-manager=auto" setting and make it the default, unless a different default is chosen at compile time. This mode tries to detect "systemd-resolved", "resolvconf", and "netconfig" @@ -45,6 +70,8 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! cmdline argument actually generates a connection which disables both ipv4 and ipv6. Previously the generated connection would disable ipv4 but ipv6 would be set to the 'auto' method. +* Fix systemd-resolved DNS plugin to configure DefaultRoute option and to + only configure wildcard DNS search domain with exclusive DNS priority. ============================================= NetworkManager-1.26 |