From 1faf2b5958fcbb3597441fb69fbe50d89bdd8c53 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 1 Oct 2014 15:09:44 -0600 Subject: [PATCH] Mention --disable-shared-libutil fix. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ba6dafaf3..a91cbb7ad 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ What's new in Sudo 1.8.12 + * Fixed a compilation problem on some systems when the + --disable-shared-libutil configure option was specified. + * The default password prompt now includes a trailing space after "Password:" for consistency with su(1) on most systems. Bug #663