From: Todd C. Miller Date: Thu, 6 Nov 2014 16:25:26 +0000 (-0700) Subject: sync X-Git-Tag: SUDO_1_8_12^2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57b50b4705effa76954f3887c8a9029926f35301;p=sudo sync --- diff --git a/NEWS b/NEWS index 9c41397b3..6f7491eec 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ What's new in Sudo 1.8.12 - * The embedded copy of zlib is now installed as a shared library - where supported if the system zlib is not being used. + * The embedded copy of zlib has been upgraded to version 1.2.8 and + is now installed as a shared library where supported. * Debug settings for the sudo front end and sudoers plugin are now configured separately. @@ -30,6 +30,16 @@ What's new in Sudo 1.8.12 "Password:" for consistency with su(1) on most systems. Bug #663 + * Fixed a problem on DragonFly BSD where SIGCHLD could be ignored, + preventing sudo from exiting. Bug #676 + +What's new in Sudo 1.8.11p2 + + * Fixed a bug where dynamic shared objects loaded from a plugin + could use the hooked version of getenv() but not the hooked + versions of putenv(), setenv() or unsetenv(). This can cause + problems for PAM modules that use those functions. + What's new in Sudo 1.8.11p1 * Fixed a compilation problem on some systems when the