Skip to content

Commit 9b45ca2

Browse files
committed
update changelog
1 parent 474e1b5 commit 9b45ca2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.9] - 2025-10-3
4+
5+
### Added
6+
- `SUDO_HOME` variable will now be set to the invoking user's home directory
7+
8+
### Changed
9+
- `Defaults noninteractive_auth` now controls whether PAM authentication
10+
modules are allowed to attempt authentication when `sudo --non-interactive` is
11+
being used (new default: off). Previous versions had this as always-on
12+
to allow fully automatic authentication methods to succeed.
13+
14+
### Fixed
15+
- Two bugs in managing the PTY connected to the child process that negatively
16+
impacted interactive usability (#1130, #1264)
17+
- `visudo --help` showed command flags that were removed (#1239)
18+
- Format flags in `SUDO_PROMPT` were not expanded (#1252)
19+
- `sudo` would abort with an unhandled exception instead if an attempt was
20+
was made to match a "netgroup", instead of ignoring these (#1262)
21+
- A few tokenizer errors in /etc/sudoers processing (#1273, #1274, #1283)
22+
- Some formatting mistakes in the man pages (#1285)
23+
324
## [0.2.8] - 2025-08-04
425

526
### Added

0 commit comments

Comments
 (0)