Skip to content

Commit

Permalink
Update Changelog.md, UID/GID remapping still WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Seo committed Jan 6, 2025
1 parent 8f4a12d commit 0d5cdfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <UID/Username>:<UID/Username>` and `--remap-group
<GID/Groupname>:<GID/Groupname>` 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
Expand Down

0 comments on commit 0d5cdfc

Please sign in to comment.