From cfa1fee6225a39fc638a8245f3b43cbf7466a275 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 Feb 2023 10:35:34 -0700 Subject: [PATCH] Mention the fix for GitHub #237. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 01333ac16..1660fcd9f 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,14 @@ What's new in Sudo 1.9.13 when "log_subcmds" or "intercept" is enabled on a system where "intercept_type" is set to "trace". GitHub issue #194. + * When sudo is configured to run a command in a pseudo-terminal + but the standard input is not connected to a terminal, the command + will now be run as a background process. This works around a + problem running sudo commands in the background from a shell + script where changing the terminal to raw mode could interfere + with the interactive shell that ran the script. + GitHub issue #237. + What's new in Sudo 1.9.12p2 * Fixed a compilation error on Linux/aarch64. GitHub issue #197.