File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,17 @@ What's new in Sudo 1.9.18
110110 * Fixed a bug introduced in sudo 1.9.17 when running a command in
111111 background mode (sudo -b) in a pseudo-terminal.
112112
113+ * Fixed a bug with ksh93 when running a command in a pty with
114+ the output piped. ksh93 uses a socketpair instead of a pipe,
115+ which prevented sudo's heuristic for when to run commands in the
116+ background from working properly. This resulted in "stair-stepped"
117+ output and the terminal settings were not always restored on exit.
118+
119+ * Fixed a bug parsing sudoers rules where both NOTBEFORE and
120+ NOTAFTER are set. A matching NOTAFTER setting would override
121+ an unmatched NOTBEFORE setting. This was a regression introduced
122+ in version 1.9.15.
123+
113124What's new in Sudo 1.9.17p2
114125
115126 * Fixed a bug introduced in sudo 1.9.16 that could result in sudo
You can’t perform that action at this time.
0 commit comments