From dfb451e2f88712a8536bfde6cfcdde1144708310 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 5 Feb 2024 10:20:39 +0100 Subject: [PATCH] docs: add setpgid do ReleaseNotes Signed-off-by: Karel Zak --- Documentation/releases/v2.40-ReleaseNotes | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.3