From 0d5cdfcafb0750435698ff30c1c7d117597b9bb5 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 6 Jan 2025 15:45:18 +0900 Subject: [PATCH] Update Changelog.md, UID/GID remapping still WIP --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.49.0