]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: correct descriptions for bootctl/networkd's varlink interfaces
authorMike Yuan <me@yhndnzj.com>
Tue, 17 Feb 2026 15:14:46 +0000 (16:14 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 17 Feb 2026 15:27:06 +0000 (16:27 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 0f04ae7e5bec34f3b2cbefdce5335cf1b56d8c76..922bf4b44de91abc98e7fac3b297bf159b63e74a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -118,14 +118,18 @@ CHANGES WITH 260 in spe:
           RouteMetric=, and UseGateway= settings. This allows systemd-networkd
           to establish a cellular modem connection to a broadband network.
 
-        * systemd-networkd now provides a varlink interface and networkctl
-          now uses varlink to connect to the daemon.
+        * systemd-networkd gained a pair of varlink methods LinkUp()/LinkDown().
+          networkctl up/down now utilizes the new varlink interfaces in place
+          of direct RTNL message for better interaction with networkd.
 
         Changes in systemd-boot and the stub:
 
         * The timeout in the boot menu can be configured with the
           io.systemd.boot.timeout= SMBIOS type 11 string.
 
+        * bootctl's varlink interface gained a new Install() method for performing
+          systemd-boot installation/upgrade via IPC calls.
+
         Changes in libsystemd:
 
         * The varlink implementation now supports SD_VARLINK_ANY as a wildcard
@@ -166,10 +170,6 @@ CHANGES WITH 260 in spe:
         * systemd-keyutil gained an 'extract-certificate' verb to print the X.509
           certificate.
 
-        * bootctl is now also available as service over varlink. The new
-          systemd-bootctl.socket unit spawns systemd-bootctl@.service instances
-          to handle individual connections.
-
         * systemd-sysupdate gained a new 'acquire' verb, allowing the download
           and installation or update steps to be done separately.
 
@@ -211,9 +211,6 @@ CHANGES WITH 260 in spe:
         * systemd-portabled now runs also in the user session in the new
           systemd-portabled.service unit.
 
-        * New system units sysystemd-bootctl.socket, systemd-bootctl@.service
-          have been added.
-
         * getty@.service gained an [Install] and must now be explicitly enabled
           to be active.