summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 32 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8a48587e..5ba85330 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,40 @@
 =============================================
-NetworkManager-1.28
-Overview of changes since NetworkManager-1.26
+NetworkManager-1.30
+Overview of changes since NetworkManager-1.28
 =============================================
 
-This is a snapshot of NetworkManager 1.28 development series.
+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
+  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.
+* 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.
+
+=============================================
+NetworkManager-1.28
+Overview of changes since NetworkManager-1.26
+=============================================
+
 * 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 +72,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