From 646f09d74d254366eb57c3c1f248a34fffa2af31 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 20 Jun 2019 14:14:03 -0600 Subject: [PATCH] sync --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index f6c579d9e..361fcdeae 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,27 @@ What's new in Sudo 1.8.28 when trusted mode is enabled, these messages will be displayed for each command. + * On AIX, when the user's password has expired and PAM is not in use, + sudo will now allow the user to change their password. + Bug #883 + + * Sudo has a new -B command line option that will ring the terminal + bell when prompting for a password. + + * Sudo no longer refuses to prompt for a password when it cannot + determine the user's terminal as long as it can open /dev/tty. + This allows sudo to function on systems where /proc is unavailable, + such as when running in a chroot environment. + + * The "env_editor" sudoers flag is now on by default. This makes + source builds more consistent with the packages generated by + sudo's mkpkg script. + + * Sudo no longer ships with pre-formatted copies of the manual pages. + These were included for systems like IRIX that don't ship with an + nroff utility. There are now multiple Open Source nroff replacements + so this should no longer be an issue. + What's new in Sudo 1.8.27 * On HP-UX, sudo will now update the utmps file when running a command -- 2.40.0