From e9246772328b03070c27ac60f3abffba118a6ebc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 16 Jun 2024 09:06:17 -0600 Subject: [PATCH] Remove an errant line that should have been removed. --- NEWS | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS b/NEWS index f1729b0bf..6ea347968 100644 --- a/NEWS +++ b/NEWS @@ -33,8 +33,6 @@ What's new in Sudo 1.9.16 * Fixed several cvtsudoers JSON output problems. GitHub issues #369, #370, #371, #373, #381. - * Sudo will now send SIGHUP to the foreground process when running - * When sudo runs a command in a pseudo-terminal and the user's terminal is revoked, the pseudo-terminal's foreground process group will now receive SIGHUP before the terminal is revoked.