Skip to content

Commit 20a8d27

Browse files
committed
Add changes included in 1.9.18rc1.
1 parent 68ffc10 commit 20a8d27

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
113124
What's new in Sudo 1.9.17p2
114125

115126
* Fixed a bug introduced in sudo 1.9.16 that could result in sudo

0 commit comments

Comments
 (0)