2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
This commit is contained in:
Todd C. Miller 2011-01-19 08:40:05 -05:00
parent 4f953d8391
commit 6565899bab

8
NEWS
View File

@ -61,6 +61,11 @@ What's new in Sudo 1.7.5?
* The LDAP API TIMEOUT parameter is now honored in ldap.conf.
What's new in Sudo 1.7.4p6?
* A bug has been fixed in the I/O logging support that could cause
visual artifacts in full-screen programs such as text editors.
What's new in Sudo 1.7.4p5?
* A bug has been fixed that would allow a command to be run without the
@ -72,9 +77,6 @@ What's new in Sudo 1.7.4p5?
* A crash has been fixed when sudo's -g flag is used without the -u flag
and the sudoers file contains an entry with no runas user or group listed.
* A bug has been fixed in the I/O logging support that could cause
visual artifacts in full-screen programs such as text editors,.
* A crash has been fixed when the Solaris project support is enabled
and sudo's -g flag is used without the -u flag.