diff --git a/NEWS b/NEWS index a68666b17..b506a82ca 100644 --- a/NEWS +++ b/NEWS @@ -77,7 +77,7 @@ What's new in Sudo 1.9.0 * The command line arguments in the SUDO_COMMAND environment variable are now truncated at 4096 characters. This avoids an "Argument list too long" error when executing a command with a - large number of arguments. Debian bug #596631. + large number of arguments. Bug #923 (Debian bug #596631). * Sudo now properly ends the PAM transaction when the user authenticates successfully but sudoers denies the command. @@ -86,6 +86,11 @@ What's new in Sudo 1.9.0 * The sudoers grammar in the manual now indicates that "sudoedit" requires one or more arguments. Debian bug #571621. + * When copying the edited files to the original path, sudoedit now + allocates any additional space needed before writing. Previously, + it could truncate the destination file if the file system was + full. Bug #922. + What's new in Sudo 1.8.31p1 * Sudo once again ignores a failure to restore the RLIMIT_CORE