]> granicus.if.org Git - sudo/commitdiff
Final changes in 1.8.14
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Jun 2015 20:29:39 +0000 (14:29 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Jun 2015 20:29:39 +0000 (14:29 -0600)
NEWS

diff --git a/NEWS b/NEWS
index 50e525977cf01297457344bb179928bfdad773ee..e9069a6748eb50138b4251549af7253f368d1c0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,21 @@ What's new in Sudo 1.8.14
 
  * Fixed a linker problem on some systems with libintl.  Bug #690.
 
+ * Fixed compilation with compilers that don't support __func__
+   or __FUNCTION__.
+
+ * Sudo no longer needs to uses weak symbols to support localization
+   in the warning functions.  A registration function is used instead.
+
+ * Fixed a setresuid() failure in sudoers on Linux kernels where
+   uid changes take the nproc resource limit into account.
+
+ * Fixed LDAP netgroup queries on AIX.
+
+ * Sudo will now display the custom prompt on Linux systems with PAM
+   even if the "Password: " prompt is not localized by the PAM module. 
+   Bug #701.
+
 What's new in Sudo 1.8.13
 
  * The examples directory is now a subdirectory of the doc dir to