Mention the recent intercept/log_subcmds fix.

This commit is contained in:
Todd C. Miller
2023-01-27 14:44:45 -07:00
parent 53389b5743
commit b4325e64c8

4
NEWS
View File

@@ -87,6 +87,10 @@ What's new in Sudo 1.9.13
Sudo will now link using -Wl,--no-undefined by default if possible.
GitHub issue #234.
* Fixed a bug executing a command with a very long argument vector
when "log_subcmds" or "intercept" is enabled on a system where
"intercept_type" is set to "trace". GitHub issue #194.
What's new in Sudo 1.9.12p2
* Fixed a compilation error on Linux/aarch64. GitHub issue #197.