From: Todd C. Miller Date: Wed, 9 Sep 2015 12:23:29 +0000 (-0600) Subject: Update with latest changes. X-Git-Tag: SUDO_1_8_15^2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fd97f6badd57ee97699bb2d7544feff55f9ae2e;p=sudo Update with latest changes. --- diff --git a/NEWS b/NEWS index f4cc18a6b..5d6baae1d 100644 --- a/NEWS +++ b/NEWS @@ -9,15 +9,35 @@ What's new in Sudo 1.8.15 * Fixed a build problem on systems that don't implicitly include sys/types.h from other header files. Bug #711. + * Fixed a problem on Linux using containers where sudo would ignore + signals sent by a process in a different container. + + * Sudo now refuses to run a command if the PAM session module + returns an error. + * When editing files with sudoedit, symbolic links will no longer be followed by default. The old behavior can be restored by enabling the sudoedit_follow option in sudoers or on a per-command basis with the FOLLOW and NOFOLLOW tags. Bug #707. - * Fixed a bug introduced in versino 1.8.14 that caused the last + * Fixed a bug introduced in version 1.8.14 that caused the last valid editor in the sudoers "editor" list to be used by visudo and sudoedit instead of the first. Bug #714. + * Fixed a bug in visudo that prevented the addition of a final + newline to edited files without one. + + * Fixed a bug decoding certain base64 digests in sudoers when the + intermediate format included a '=' character. + + * Individual records are now locked in the time stamp file instead + of the entire file. This allows sudo to avoid prompting for a + password multiple times on the same terminal when used in a + pipeline. In other words, "sudo cat foo | sudo grep bar" now + only prompts for the password once. Previously, both sudo + processes would prompt for a password, often making it impossible + to enter. + What's new in Sudo 1.8.14p3 * Fixed a bug introduced in sudo 1.8.14p2 that prevented sudo