Skip to content

Commit 9c6caf6

Browse files
committed
update changelog
1 parent ba22471 commit 9c6caf6

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Changelog
22

3-
## [0.2.4-dev] - 2025-mm-dd
3+
## [0.2.4] - 2025-02-25
4+
5+
### Added
6+
- Support for 'SETENV:' and corresponding 'sudo VAR=value command' syntax
7+
- Support for 'Defaults rootpw'
8+
- Support for 'Defaults pwfeedback'
9+
- Support for host/user/runas/command-specific Defaults
410

511
### Changed
6-
- Portability: sudo-rs now works on FreeBSD!
12+
- Portability: sudo-rs now has experimental support for FreeBSD!
13+
- `pam-login` feature now controls if PAM service name 'sudo-i' is used
714

815
### Fixed
916
- Bug in syslog writer could cause sudo to hang (#856)
17+
- SHELL was not canonicalized when using 'sudo -s' or 'sudo -i' (#962)
18+
- RunAs_Spec was not carried over on the same /etc/sudoers line (#974)
19+
- sudo --list did not unfold multiple-level aliases (#978)
20+
- The man page for sudoers was missing (#943)
21+
22+
### Other
23+
- sudo-rs copyright changed to Trifecta Tech Foundation
1024

1125
## [0.2.3] - 2024-07-11
1226

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sudo-rs"
33
description = "A memory safe implementation of sudo and su."
4-
version = "0.2.4-dev"
4+
version = "0.2.4"
55
license = "Apache-2.0 OR MIT"
66
edition = "2021"
77
repository = "https://github.com/trifectatechfoundation/sudo-rs"

docs/man/su.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: SU(1) sudo-rs 0.2.3 | sudo-rs
2+
title: SU(1) sudo-rs 0.2.4 | sudo-rs
33
--- -->
44

55
# NAME

docs/man/sudo.8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: SUDO(8) sudo-rs 0.2.3 | sudo-rs
2+
title: SUDO(8) sudo-rs 0.2.4 | sudo-rs
33
--- -->
44

55
# NAME

docs/man/visudo.8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: VISUDO(8) sudo-rs 0.2.3 | sudo-rs
2+
title: VISUDO(8) sudo-rs 0.2.4 | sudo-rs
33
--- -->
44

55
# NAME

0 commit comments

Comments
 (0)