summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-26 20:36:29 +0200
committerMichael Biebl <biebl@debian.org>2022-08-26 20:36:29 +0200
commitab0efddcdb48d800e2f938da54cfe3074640792e (patch)
tree88b67be9bb4a4ecc2b6e4d1766dc11bb43a13601 /NEWS
parent0018d1f3cf71d680d7b6bceda55a5717244d8b26 (diff)
New upstream version 1.40.0 upstream/1.40.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 70feb554..8282b0fe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,6 @@ NetworkManager-1.40
 Overview of changes since NetworkManager-1.38
 =============================================
 
-This is a snapshot of NetworkManager development. 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!
-
 * Drop unused, internal systemd DHCPv4 client. This is long
   replaced by nettools' n-dhcp4 implementation.
 * The nmcli command now supports --offline argument with "add" and
@@ -44,6 +39,9 @@ USE AT YOUR OWN RISK.  NOT RECOMMENDED FOR PRODUCTION USE!
 * Improve the reapply of non-bridge properties.
 * Honor adding a Bluetooth NAP connection with all available methods.
 * Improve carrier detection.
+* During the build, stop relying on intltool for i18n and use gettext only.
+* Undeprecate nm_remote_connection_get_secrets() in libnm.
+* NetworkManager now will restart DHCP if the MAC changes on a device.
 * Several internal improvements.
 
 The following changes were backported to 1.38.x releases between 1.38.0
@@ -51,8 +49,9 @@ and 1.38.4 are also present in NetworkManager-1.40:
 
 - 1.38.4
 
+* Fix DAD for DHCPv6 addresses.
 * Wi-Fi: improvements for OWE networks.
-* Support EC private keys
+* Support EC private keys.
 * Fix nmcli tab completion support for embedded quote characters.
 * Fix reapply for lldp/mdns/llmnr/dns-over-tls settings.
 * Various bugfixes.