|
| 1 | +What's new in Sudo 1.9.2 |
| 2 | + |
| 3 | + * Fixed package builds on RedHat Enterprise Linux 8. |
| 4 | + |
| 5 | + * The configure script now uses pkg-config to find the openssl |
| 6 | + cflags and libs where possible. |
| 7 | + |
| 8 | + * The contents of the log.json I/O log file is now documented in |
| 9 | + the sudoers manual. |
| 10 | + |
| 11 | + * The sudoers plugin now properly exports the sudoers_audit symbol |
| 12 | + on systems where the compiler lacks symbol visibility controls. |
| 13 | + This caused a regression in 1.9.1 where a successful sudo command |
| 14 | + was not logged due to the missing audit plugin. Bug #931. |
| 15 | + |
| 16 | + * Fixed a regression introduced in 1.9.1 that can result in crash |
| 17 | + when there is a syntax error in the sudoers file. Bug #934. |
| 18 | + |
1 | 19 | What's new in Sudo 1.9.1 |
2 | 20 |
|
3 | 21 | * Fixed an AIX-specific problem when I/O logging was enabled. |
@@ -74,6 +92,10 @@ What's new in Sudo 1.9.0 |
74 | 92 |
|
75 | 93 | * Fixed a test failure in the strsig_test regress test on FreeBSD. |
76 | 94 |
|
| 95 | + * The maximum length of a conversation reply has been increased |
| 96 | + from 255 to 1023 characters. This allows for longer user passwords. |
| 97 | + Bug #860. |
| 98 | + |
77 | 99 | * Sudo now includes a logging daemon, sudo_logsrvd, which can be |
78 | 100 | used to implement centralized logging of I/O logs. TLS connections |
79 | 101 | are supported when sudo is configured with the --enable-openssl |
@@ -117,6 +139,10 @@ What's new in Sudo 1.9.0 |
117 | 139 | function to write to the standard output or standard error instead |
118 | 140 | of the terminal device. |
119 | 141 |
|
| 142 | + * Fixed a bug where if a #include or #includedir directive was the |
| 143 | + last line in sudoers and there was no final newline character, it |
| 144 | + was silently ignored. Bug #917. |
| 145 | + |
120 | 146 | * It is now possible to use "Cmd_Alias" instead of "Cmnd_Alias" for |
121 | 147 | people who find the former more natural. |
122 | 148 |
|
|
0 commit comments