diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-22 00:40:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-22 00:40:03 +0100 |
| commit | ccdb9117cca7141ee709afca8b25c966ff4fa18e (patch) | |
| tree | 3b7377c95e1d4049c13dd9101ae923fee70ab91d /NEWS | |
| parent | d0ea10125cc04f55c1864451198d87fb801d1457 (diff) | |
| parent | 067fb576988f685e83ac8b0ae690334aff547c85 (diff) | |
Update upstream source from tag 'upstream/1.56.0'
Update to upstream version '1.56.0' with Debian dir 15fab61a7abf1fd4e2ba46785f96d935e87d32bb
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 61 |
1 files changed, 35 insertions, 26 deletions
diff --git a/NEWS b/NEWS index 339ff253..3ee8e88a 100644 --- a/NEWS +++ b/NEWS @@ -1,36 +1,45 @@ -=============================================== -NetworkManager-1.54.3 -Overview of changes since NetworkManager-1.54.2 -=============================================== - -* For private connections (the ones that specify a user in the - "connection.permissions" property), verify that the user can access - the 802.1X certificates and keys set in the connection. -* Introduce a libnm function that can be used by VPN plugins to check - user permissions on certificate and keys. - -=============================================== -NetworkManager-1.54.2 -Overview of changes since NetworkManager-1.54.1 -=============================================== +============================================= +NetworkManager-1.56 +Overview of changes since NetworkManager-1.54 +============================================= +* Unify the versioning to use everywhere the scheme with the -rcX or -dev + suffixes when appropriate. This affects, for example, the URL and filename + of the release tarball and the version reported by nmcli and the daemon. + As an exception, the C API will continue to use the 90+ scheme for RC versions. +* nmcli now supports viewing and managing WireGuard peers. * Support reapplying the "sriov.vfs" property as long as "sriov.total-vfs" is not changed. -* Support configuring the HSR protocol version via the - "hsr.protocol-version" property. -* Support configuring the HSR interlink port via the - "hsr.interlink" property. - -=============================================== -NetworkManager-1.54.1 -Overview of changes since NetworkManager-1.54.0 -=============================================== - +* Support reapplying "bond-port.vlans". +* Accept hostnames longer than 64 characters from DNS lookup. * Make that global-dns configuration overwrites DNS searches and options from connections, instead of merging all together. * Add support for a new rd.net.dhcp.client-id option in nm-initrd-generator. -* Minor bug fixes. +* Add gsm device-uid setting to restrict the devices the connection applies to. +* Support configuring the HSR protocol version via the + "hsr.protocol-version" property. +* Fix a bug that makes broadband connections auto-connect getting + blocked if the connection tries to reconnect when modem status is + "disconnecting" / "disconnected". +* Treat modem connection not having an operator code available + as a recoverable error. +* Add support for configuring systemd-resolved's DNSSEC option + per-connection via the "connection.dnssec" connection property. +* Support configuring the HSR interlink port via the + "hsr.interlink" property. +* Fix some connection properties not being applied to vpn connections + (connection.mdns, connection.llmnr, connection.dns-over-tls, + connection.mptcp-flags, ipv6.ip6-privacy) +* Update n-acd to always compile with eBPF enabled, as support + for eBPF is now detected at run time. +* Add new MPTCP 'laminar' endpoint type, and set it by default alongside + the 'subflow' one. +* For private connections (the ones that specify a user in the + "connection.permissions" property), verify that the user can access + the 802.1X certificates and keys set in the connection. +* Introduce a libnm function that can be used by VPN plugins to check + user permissions on certificate and keys. ============================================= NetworkManager-1.54 |