File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed
Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] - 2024-02-02
4+
5+ ### Changed
6+ - Several changes to the code to improve type safety
7+ - Improved error message when a PTY cannot be opened
8+ - Improved portability of the PAM bindings
9+ - su: improved parsing of su command line options
10+ - Add path information to parse errors originating from included files
11+
12+ ### Fixed
13+ - Fixed a panic with large messages written to the syslog
14+ - sudo: respect ` --login ` regardless of the presence of ` --chdir `
15+
316## [ 0.2.1] - 2023-09-21
417
518### Changed
98111- Use canonicalized paths for the executed binaries
99112- Simplified CLI help to only display supported actions
100113
114+ [ 0.2.2 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.1...v0.2.2
101115[ 0.2.1 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.0...v0.2.1
102116[ 0.2.0 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.0-dev.20230711...v0.2.0
103117[ 0.2.0-dev.20230711 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.0-dev.20230703...v0.2.0-dev.20230711
Original file line number Diff line number Diff line change 11[package ]
22name = " sudo-rs"
33description = " A memory safe implementation of sudo and su."
4- version = " 0.2.1 "
4+ version = " 0.2.2 "
55license = " Apache-2.0 OR MIT"
66edition = " 2021"
77repository = " https://github.com/memorysafety/sudo-rs"
Original file line number Diff line number Diff line change 11<!-- ---
2- title: SU(1) sudo-rs 0.2.1 | sudo-rs
2+ title: SU(1) sudo-rs 0.2.2 | sudo-rs
33--- -->
44
55# NAME
Original file line number Diff line number Diff line change 11<!-- ---
2- title: SUDO(8) sudo-rs 0.2.1 | sudo-rs
2+ title: SUDO(8) sudo-rs 0.2.2 | sudo-rs
33--- -->
44
55# NAME
Original file line number Diff line number Diff line change 11<!-- ---
2- title: VISUDO(8) sudo-rs 0.2.1 | sudo-rs
2+ title: VISUDO(8) sudo-rs 0.2.2 | sudo-rs
33--- -->
44
55# NAME
You can’t perform that action at this time.
0 commit comments