From: Stephen Seo Date: Mon, 6 Jan 2025 06:45:18 +0000 (+0900) Subject: Update Changelog.md, UID/GID remapping still WIP X-Git-Tag: 1.11^2~13 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=0d5cdfcafb0750435698ff30c1c7d117597b9bb5;p=SimpleArchiver Update Changelog.md, UID/GID remapping still WIP --- diff --git a/Changelog.md b/Changelog.md index fa2491e..fdc6e2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,6 +14,12 @@ Fix setting UID/GID for stored directories. Make extraction prefer username over UID and groupname over GID by default. Added `--extract-prefer-uid` and `--extract-prefer-gid` to change this behavior. +Add `--remap-user :` and `--remap-group +:` that remaps the first item with the last item +during archival or extraction. Note that if a remap is specified, it always +takes effect when archiving, but when extracting it only takes effect when the +effective-user-id is 0/root. + Fix data_structures/priority_heap iter function. ## Version 1.10