2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Final changes in 1.8.14

This commit is contained in:
Todd C. Miller 2015-06-30 14:29:39 -06:00
parent 8f9aa5af25
commit a89dd2f469

15
NEWS
View File

@ -38,6 +38,21 @@ What's new in Sudo 1.8.14
* Fixed a linker problem on some systems with libintl. Bug #690. * 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 What's new in Sudo 1.8.13
* The examples directory is now a subdirectory of the doc dir to * The examples directory is now a subdirectory of the doc dir to