Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `gpasswd`, the fifteenth tool: it administers `/etc/group` and
`/etc/gshadow`. A group administrator named in gshadow may add and remove
members and set the group password without being root, which is why the tool
is installed setuid; the superuser may additionally set the administrator and
member lists with `-A` and `-M`. Contributed by @jlesage (#282)

## [0.3.1] - 2026-09-05

### Fixed
Expand Down