File tree 6 files changed +21
-7
lines changed
6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
4
10
5
11
### 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
7
14
8
15
### Fixed
9
16
- 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
10
24
11
25
## [ 0.2.3] - 2024-07-11
12
26
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sudo-rs"
3
3
description = " A memory safe implementation of sudo and su."
4
- version = " 0.2.4-dev "
4
+ version = " 0.2.4"
5
5
license = " Apache-2.0 OR MIT"
6
6
edition = " 2021"
7
7
repository = " https://github.com/trifectatechfoundation/sudo-rs"
Original file line number Diff line number Diff line change 1
1
<!-- ---
2
- title: SU(1) sudo-rs 0.2.3 | sudo-rs
2
+ title: SU(1) sudo-rs 0.2.4 | sudo-rs
3
3
--- -->
4
4
5
5
# NAME
Original file line number Diff line number Diff line change 1
1
<!-- ---
2
- title: SUDO(8) sudo-rs 0.2.3 | sudo-rs
2
+ title: SUDO(8) sudo-rs 0.2.4 | sudo-rs
3
3
--- -->
4
4
5
5
# NAME
Original file line number Diff line number Diff line change 1
1
<!-- ---
2
- title: VISUDO(8) sudo-rs 0.2.3 | sudo-rs
2
+ title: VISUDO(8) sudo-rs 0.2.4 | sudo-rs
3
3
--- -->
4
4
5
5
# NAME
You can’t perform that action at this time.
0 commit comments