mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
sync
This commit is contained in:
parent
c1fc4e6bec
commit
646f09d74d
21
NEWS
21
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user