X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=NEWS;h=07e8a9925ae6b1841bc81afabb9162d2a3239cff;hb=97a1a1103c037ce7a67afaae689e0457d653066f;hp=b5f7bba579c5133f3d49d06ca84a8bf90474dd8e;hpb=0f4a1417441e70bdf05efa7f6b84ed3ec998bef5;p=thirdparty%2Fsystemd.git diff --git a/NEWS b/NEWS index b5f7bba579c..07e8a9925ae 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ CHANGES WITH 246 in spe: their first output column with --no-legend. To hide the first column, use --plain. + * The service manager gained basic support for cgroup v2 freezer. Units + can now be suspended or resumed either using new systemctl verbs, + freeze and thaw respectively, or via D-Bus. + CHANGES WITH 245: * A new tool "systemd-repart" has been added, that operates as an @@ -694,10 +698,10 @@ CHANGES WITH 243: the IO accounting data is included in the resource log message generated whenever a unit stops. - * Units may now configure an explicit time-out to wait for when killed + * Units may now configure an explicit timeout to wait for when killed with SIGABRT, for example when a service watchdog is hit. Previously, - the regular TimeoutStopSec= time-out was applied in this case too — - now a separate time-out may be set using TimeoutAbortSec=. + the regular TimeoutStopSec= timeout was applied in this case too — + now a separate timeout may be set using TimeoutAbortSec=. * Services may now send a special WATCHDOG=trigger message with sd_notify() to trigger an immediate "watchdog missed" event, and thus @@ -727,7 +731,7 @@ CHANGES WITH 243: * If processes terminated during the last phase of shutdown do not exit quickly systemd will now show their names after a short time, to make - debugging easier. After a longer time-out they are forcibly killed, + debugging easier. After a longer timeout they are forcibly killed, as before. * journalctl (and the other tools that display logs) will now highlight @@ -815,6 +819,9 @@ CHANGES WITH 243: * systemd-networkd's TUN support gained a new setting VnetHeader= for tweaking Generic Segment Offload support. + * The address family for policy rules may be specified using the new + Family= option in the [RoutingPolicyRule] section. + * networkctl gained a new "delete" command for removing virtual network devices, as well as a new "--stats" switch for showing device statistics.