From: Luca Boccassi Date: Fri, 3 Nov 2023 16:13:20 +0000 (+0000) Subject: NEWS: fix typo and reword meson option entry X-Git-Tag: v255-rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28a8aac745d01126b077d19b4c19515e0198a5a8;p=thirdparty%2Fsystemd.git NEWS: fix typo and reword meson option entry --- diff --git a/NEWS b/NEWS index 4d015c6cab7..b19bde15ad2 100644 --- a/NEWS +++ b/NEWS @@ -357,10 +357,10 @@ CHANGES WITH 255 in spe: to make them have higher precedence over the default configuration files. - * Added -Ddefault-network=BOOL meson option, to make install more - default .network files, which match more generic setups, e.g. - 89-ethernet.network matches all Ethernet interfaces and enables both - DHCPv4 and DHCPv6 clients. + * Added a new -Ddefault-network=BOOL meson option, that causes more + .network files to be installed as enabled by default. These configuration + files will which match generic setups, e.g. 89-ethernet.network matches + all Ethernet interfaces and enables both DHCPv4 and DHCPv6 clients. * If a ID_NET_MANAGED_BY= udev property is set on a network device and it is any other string than "io.systemd.Network" then networkd will @@ -507,7 +507,7 @@ CHANGES WITH 255 in spe: assigned may now be controlled via the $SYSTEMD_NSPAWN_NETWORK_MAC environment variable. - * The libiptc dependency is not implemented via dlopen(), so that tools + * The libiptc dependency is now implemented via dlopen(), so that tools such as networkd and nspawn no longer have a hard dependency on the shared library when compiled with support for libiptc.