]> granicus.if.org Git - sudo/commitdiff
sync
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 29 Apr 2018 19:52:28 +0000 (13:52 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 29 Apr 2018 19:52:28 +0000 (13:52 -0600)
NEWS

diff --git a/NEWS b/NEWS
index d5b01f8ccf50211dc734e22c793fdbf41db3c38c..b03f094fc5845ee4904e16f529b92dc05128747a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ What's new in Sudo 1.8.23
    matching of users and groups in sudoers.  Case insensitive
    matching is now the default.
 
+ * Fixed a bug on some systems where sudo could hang on command
+   exit when I/O logging was enabled.  Bug #826.
+
  * Fixed the build-time process start time test on Linux when the
    test is run from within a container.  Bug #829.
 
@@ -46,6 +49,8 @@ What's new in Sudo 1.8.23
    /dev/fd directory mounted by default and its fexecve(2) is not
    fully POSIX compliant when executing scripts.  Bug #831.
 
+ * Chinese (Taiwan) translation for sudo from translationproject.org.
+
 What's new in Sudo 1.8.22
 
  * Commands run in the background from a script run via sudo will
@@ -62,7 +67,7 @@ What's new in Sudo 1.8.22
  * Fixed a crash when the system's host name is not set.
    Bug #807
 
- * The sudoers2ldif script now handles #include and #includedir 
+ * The sudoers2ldif script now handles #include and #includedir
    directives.
 
  * Fixed a bug where sudo would silently exit when the command was
@@ -800,7 +805,7 @@ What's new in Sudo 1.8.14
  * 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. 
+   even if the "Password: " prompt is not localized by the PAM module.
    Bug #701.
 
  * Double-quoted values in an LDAP sudoOption are now supported