From: Karel Zak Date: Mon, 5 Feb 2024 09:20:39 +0000 (+0100) Subject: docs: add setpgid do ReleaseNotes X-Git-Tag: v2.41-devel~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb451e2f88712a8536bfde6cfcdde1144708310;p=thirdparty%2Futil-linux.git docs: add setpgid do ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.40-ReleaseNotes b/Documentation/releases/v2.40-ReleaseNotes index 9b729f0f1f..ada7f27598 100644 --- a/Documentation/releases/v2.40-ReleaseNotes +++ b/Documentation/releases/v2.40-ReleaseNotes @@ -52,6 +52,8 @@ libsmartcols: * A new command, exch, is introduced to atomically exchanges paths between two files. The command is based on renameat2( RENAME_EXCHANGE ) syscall. +* A new command, setpgid, is introduced to run a program in a new process group. + * login(1) now supports systemd service credentials. 'login.noauth' is now supported.