From: Luca Boccassi Date: Thu, 21 May 2026 20:13:10 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v261-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8ba0e05aa02a72c3c34a4e0f682a512c76b6ec;p=thirdparty%2Fsystemd.git Update NEWS --- diff --git a/NEWS b/NEWS index 5297923421c..f5b2fe1a388 100644 --- a/NEWS +++ b/NEWS @@ -638,6 +638,12 @@ CHANGES WITH 261 in spe: basic.target). Note that D-Bus only becomes available later, and it can hence only be contacted via Varlink that early. + * systemd-hostnamed and /etc/machine-info now support a new Tags= key, + which can be used to tag a machine with an arbitrary set of strings. + Units can match on these tags via the new ConditionMachineTag= setting, + and systemd-firstboot can set the tags via command line parameters or + credentials. + * JSON user database records may now optionally carry a birth date field to close the gap with LDAP/OpenID/FreeIPA/etc. homectl gained a new switch --birth-date= to set it.