From 5c03b6b455f71e2f9a6650adf01e56b5a8d8420e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 May 2015 15:50:00 -0600 Subject: [PATCH] NLS now works on Mac OS X properly. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 62863d97f..50e525977 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ What's new in Sudo 1.8.14 + * Log messages on Mac OS X now respect sudoers_locale when sudo + is build with NLS support. + * The sudo manual pages now pass "mandoc -Tlint" with no warnings. * Fixed a compilation problem on systems with the sig2str() function