Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Feb 25, 2025
1 parent ba22471 commit 9c6caf6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog

## [0.2.4-dev] - 2025-mm-dd
## [0.2.4] - 2025-02-25

### Added
- Support for 'SETENV:' and corresponding 'sudo VAR=value command' syntax
- Support for 'Defaults rootpw'
- Support for 'Defaults pwfeedback'
- Support for host/user/runas/command-specific Defaults

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

### Fixed
- Bug in syslog writer could cause sudo to hang (#856)
- SHELL was not canonicalized when using 'sudo -s' or 'sudo -i' (#962)
- RunAs_Spec was not carried over on the same /etc/sudoers line (#974)
- sudo --list did not unfold multiple-level aliases (#978)
- The man page for sudoers was missing (#943)

### Other
- sudo-rs copyright changed to Trifecta Tech Foundation

## [0.2.3] - 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sudo-rs"
description = "A memory safe implementation of sudo and su."
version = "0.2.4-dev"
version = "0.2.4"
license = "Apache-2.0 OR MIT"
edition = "2021"
repository = "https://github.com/trifectatechfoundation/sudo-rs"
Expand Down
2 changes: 1 addition & 1 deletion docs/man/su.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: SU(1) sudo-rs 0.2.3 | sudo-rs
title: SU(1) sudo-rs 0.2.4 | sudo-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/sudo.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: SUDO(8) sudo-rs 0.2.3 | sudo-rs
title: SUDO(8) sudo-rs 0.2.4 | sudo-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/visudo.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: VISUDO(8) sudo-rs 0.2.3 | sudo-rs
title: VISUDO(8) sudo-rs 0.2.4 | sudo-rs
--- -->

# NAME
Expand Down

0 comments on commit 9c6caf6

Please sign in to comment.