From 88f87a17d636ef1a9d2442ef98022285bdc492dc Mon Sep 17 00:00:00 2001 From: Pierre Warnier Date: Wed, 22 Apr 2026 16:36:09 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20add=20uucore=200.8=20upgrade,=20ni?= =?UTF-8?q?x=E2=86=92rustix=20migration,=20org=20transfer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cf81b..4b10006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 least-privilege setuid layout matching GNU shadow-utils (#138). Only `passwd`/`chfn`/`chsh`/`newgrp` are setuid-root; the other 10 are `0755`. The previous multicall install is available as `make install-multicall`. +- `nix` crate fully replaced by `rustix` (raw syscalls, no libc overhead). + `libc` kept only for PAM FFI, crypt(3) FFI, and process-wide POSIX + wrappers (setuid/sigprocmask/getpwuid_r) (#140) +- `uucore` upgraded from 0.7 to 0.8 (#150) +- Repo transferred from `shadow-utils-rs/shadow-rs` to `uutils/shadow-rs` ### Security