diff options
| author | Michael Biebl <biebl@debian.org> | 2021-02-18 18:53:54 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-02-18 18:53:54 +0100 |
| commit | 3a56bce6c0ea7ba0fe269520547740783b342e0d (patch) | |
| tree | 9add44a08843f5ea53301716a0e8fde03a6536a7 /NEWS | |
| parent | 80ec1decc49c72efec2a8b87c06245c92c0ab807 (diff) | |
New upstream version 1.30.0 upstream/1.30.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/NEWS b/NEWS index 5ba85330..f65738e5 100644 --- a/NEWS +++ b/NEWS @@ -3,11 +3,6 @@ NetworkManager-1.30 Overview of changes since NetworkManager-1.28 ============================================= -This is a snapshot of NetworkManager 1.30 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! - * 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 @@ -23,12 +18,15 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! * 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. +* 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. -* Many bugfixes and improvements. +* build: new configure option to set path to "polkit-agent-helper-1". +* Many bugfixes, improvements and translation updates. ============================================= NetworkManager-1.28 |