]> granicus.if.org Git - sudo/commitdiff
Fix for Bug #844
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sat, 18 Aug 2018 13:08:20 +0000 (07:08 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sat, 18 Aug 2018 13:08:20 +0000 (07:08 -0600)
NEWS

diff --git a/NEWS b/NEWS
index f3d067b7fe522865b7f2944b843545bd5d36df26..6660e3c31a5716519dcfb02d3f6bd910089b9226 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ What's new in Sudo 1.8.24
    unchanged.
 
  * Fixed a regression introduced in 1.8.23 where "sudo -i" could
-   not be used in conjunction with --preserve-env=VARIABLE.  Bug #835
+   not be used in conjunction with --preserve-env=VARIABLE.  Bug #835.
 
  * cvtsudoers can now parse base64-encoded attributes in LDIF files.
 
@@ -26,7 +26,7 @@ What's new in Sudo 1.8.24
  * Fixed typos in the OpenLDAP sudo schema.  Bugs #839 and #840.
 
  * Fixed a race condition when building with parallel make.
-   Bug #842
+   Bug #842.
 
  * Fixed a duplicate free when netgroup_base in ldap.conf is set
    to an invalid value.
@@ -42,10 +42,10 @@ What's new in Sudo 1.8.24
  * On systems using PAM, sudo now ignores the PAM_NEW_AUTHTOK_REQD
    and PAM_AUTHTOK_EXPIRED errors from PAM account management if
    authentication is disabled for the user.  This fixes a regression
-   introduced in sudo 1.8.23.  Bug #843
+   introduced in sudo 1.8.23.  Bug #843.
 
  * Fixed an ambiguity in the sudoers manual in the description and
-   definition of User, Runas, Host, and Cmnd Aliases.  Bug #834
+   definition of User, Runas, Host, and Cmnd Aliases.  Bug #834.
 
  * Fixed a bug that resulted in only the first window size change
    event being logged.
@@ -54,6 +54,9 @@ What's new in Sudo 1.8.24
    caused sudo to prompt for a password every time when tty-based
    time stamp files were in use.
 
+ * Fixed a compilation problem on systems that define O_PATH or
+   O_SEARCH in fnctl.h but do not define O_DIRECTORY.  Bug #844.
+
 What's new in Sudo 1.8.23
 
  * PAM account management modules and BSD auth approval modules are