summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-10-06 13:40:00 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-10-06 13:40:00 -0600
commitb0bac88e1dbadea4b8f765ae7ad5f3731165d0b9 (patch)
treea69833baa04632626544efa13ff6f1b154d5e04a /NEWS
parentc95bcc49bd692ac10a6ddbd60d51d74d36c0a60d (diff)
downloadsudo-b0bac88e1dbadea4b8f765ae7ad5f3731165d0b9.tar.gz
Update NEWS file with recent changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec341e70a..d528f0844 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,21 @@ What's new in Sudo 1.9.12
a newer version of setuptools that doesn't include "find_module" is
found on the system.
+ * Fixed a bug introduced in sudo 1.9.9 where sudo_logsrvd created
+ the process ID file, usually /var/run/sudo/sudo_logsrvd.pid, as
+ a directory instead of a plain file. The same bug could result
+ in I/O log directories that end in six or more X's being created
+ literally in addition to the name being used as a template for
+ the mkdtemp(3) function.
+
+ * Fixed a long-standing bug where a sudoers rule with a command
+ line argument of "", which indicates the command may be run with
+ no arguments, would also match a literal "" on the command line.
+ GitHub issue #182.
+
+ * Added the -I option to visudo which only edits the main sudoers
+ file. Include files are not edited unless a syntax error is found.
+
What's new in Sudo 1.9.11p3
* Fixed "connection reset" errors on AIX when running shell scripts