From a9095dd52a49b34fbc9c1ebf52f37bf92127d400 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 Mar 2011 16:10:44 -0400 Subject: [PATCH] Document major changes for sudo 1.7.6 --HG-- branch : 1.7 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index c9105ab47..d2649e47e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +What's new in Sudo 1.7.6? + + * The fix for resuming a suspended shell in 1.7.5 caused problems + with resuming non-shells on Linux. Sudo will now save the process + group ID of the program it is running on suspend and restore it + when resuming, which fixes both problems. + + * A bug that could result in corrupted output in "sudo -l" has been + fixed. + What's new in Sudo 1.7.5? * When using visudo in check mode, a file named "-" may be used to -- 2.40.0