From 4a3aff156f5264c8f89c84e36da14a71a63d877f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 Jun 2020 08:06:43 -0600 Subject: [PATCH] Bug #929 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8f229622f..622adac46 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,9 @@ What's new in Sudo 1.9.1 * Romanian translation for sudo and sudoers from translationproject.org. + * Fixed a regression introduced in sudo 1.9.0 where sudoedit did + not remove its temporary files after installing them. Bug #929. + What's new in Sudo 1.9.0 * Fixed a test failure in the strsig_test regress test on FreeBSD.