mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
NEWS: update
This commit is contained in:
parent
fa832c6590
commit
b4a7330629
1 changed files with 16 additions and 11 deletions
27
NEWS
27
NEWS
|
|
@ -13,27 +13,32 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
|
|||
mode).
|
||||
* nmcli: fix setting property aliases to empty value to reset the
|
||||
default value.
|
||||
* Enforce valid lower case UUIDs in "connection.uuid" by normalizing the
|
||||
string. This changes the UUID of existing profiles that had an invalid
|
||||
or non-normalized value. Also normalize "connection.secondaries" to only
|
||||
contain valid and distinct UUIDs.
|
||||
* API BREAK: D-Bus: remove long deprecated PropertiesChanged signal from D-Bus
|
||||
* Enforce valid lower case format for UUIDs in "connection.uuid" by normalizing the
|
||||
string. This changes the UUID of existing profiles that had
|
||||
an invalid or non-normalized value. Also normalize "connection.secondaries" to only
|
||||
contain valid and distinct UUIDs. Note that pre-existing profiles that
|
||||
set "connection.master" or the parent properties to a non-normalized UUID,
|
||||
those profiles needs adjustment. Using such non-normalized UUIDs should have
|
||||
been rare however so this change only affects users with such profiles who
|
||||
also cared about the exact UUID (API BREAK).
|
||||
* D-Bus: remove long deprecated PropertiesChanged signal from D-Bus
|
||||
API. They are replaced by standard PropertiesChanged signal on the
|
||||
"org.freedesktop.DBus.Properties" interface.
|
||||
"org.freedesktop.DBus.Properties" interface. It's not expected that anybody
|
||||
is still using this API (API BREAK).
|
||||
* dhcp: honor ID_NET_DHCP_BROADCAST udev attribute to set the broadcast flag.
|
||||
* firewall: add nftables firewall backend for configuring IPv4 NAT with shared
|
||||
mode.
|
||||
* ethtool: add support for pause settings.
|
||||
* wifi/iwd: mirror NetworkManager connection profiles to iwd config files.
|
||||
* Major restructuring of the source code.
|
||||
* vala: fix wrongly generated vapi for WireGuard API (this is an API break
|
||||
if you were using this API).
|
||||
* Support "prohibit"/"blackhole"/"unreachable" type routing rules.
|
||||
* Now NetworkManager preserves by default the existing traffic control
|
||||
configuration (qdiscs and filters) when activating a connection.
|
||||
* wifi: fix parsing of Microsoft Network Cost information element.
|
||||
* wifi/iwd: mirror NetworkManager connection profiles to iwd config files.
|
||||
* vala: fix wrongly generated vapi for WireGuard API (API BREAK).
|
||||
* wifi: fix parsing of Microsoft Network Cost information element for
|
||||
detecting metered networks.
|
||||
* dhcp: nettools: support option 249 (Microsoft Classless Static Route).
|
||||
* initrd: support the "rd.net.dhcp.retry" kernel argument
|
||||
* Major restructuring of the source code.
|
||||
* Many bugfixes and minor improvements.
|
||||
|
||||
=============================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue