From: Todd C. Miller Date: Sat, 20 Sep 2014 15:35:51 +0000 (-0600) Subject: Bug 661 X-Git-Tag: SUDO_1_8_11^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6be0a820d0ff23b73b81fd63044ebf17e9df29e4;p=sudo Bug 661 --- diff --git a/NEWS b/NEWS index b4acd5e34..6c379b1e5 100644 --- a/NEWS +++ b/NEWS @@ -77,6 +77,11 @@ What's new in Sudo 1.8.11 * Fixed a hang when a sudoers source is listed more than once in a single sudoers nsswitch.conf entry. + * On AIX, shell scripts without a #! magic number are now passed to + /usr/bin/sh, not /usr/bin/bsh. This is consistent with what the + execvp() function on AIX does and matches historic sudo behavior. + Bug #661 + * Fixed a cross-compilation problem building mksiglist and mksigname. Bug #662