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.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
+
3
16
## [ 0.2.1] - 2023-09-21
4
17
5
18
### Changed
98
111
- Use canonicalized paths for the executed binaries
99
112
- Simplified CLI help to only display supported actions
100
113
114
+ [ 0.2.2 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.1...v0.2.2
101
115
[ 0.2.1 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.0...v0.2.1
102
116
[ 0.2.0 ] : https://github.com/memorysafety/sudo-rs/compare/v0.2.0-dev.20230711...v0.2.0
103
117
[ 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 1
1
[package ]
2
2
name = " sudo-rs"
3
3
description = " A memory safe implementation of sudo and su."
4
- version = " 0.2.1 "
4
+ version = " 0.2.2 "
5
5
license = " Apache-2.0 OR MIT"
6
6
edition = " 2021"
7
7
repository = " https://github.com/memorysafety/sudo-rs"
Original file line number Diff line number Diff line change 1
1
<!-- ---
2
- title: SU(1) sudo-rs 0.2.1 | sudo-rs
2
+ title: SU(1) sudo-rs 0.2.2 | 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.1 | sudo-rs
2
+ title: SUDO(8) sudo-rs 0.2.2 | 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.1 | sudo-rs
2
+ title: VISUDO(8) sudo-rs 0.2.2 | sudo-rs
3
3
--- -->
4
4
5
5
# NAME
You can’t perform that action at this time.
0 commit comments