From: Todd C. Miller Date: Wed, 16 Mar 2011 20:10:44 +0000 (-0400) Subject: Document major changes for sudo 1.7.6 X-Git-Tag: SUDO_1_7_6~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9095dd52a49b34fbc9c1ebf52f37bf92127d400;p=sudo Document major changes for sudo 1.7.6 --HG-- branch : 1.7 --- 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