From 1dcfb79f30cc3bf3c7f36586af5e1e5adf602d90 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 14 Jan 2025 14:25:23 +0900 Subject: [PATCH] Version 1.11, update Changelog.md --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index fdc6e2a..c6772d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## Version 1.11 + Added file format version 3 that supports username and groupname metadata for all symlinks, files, and (leaf) directory entries in an archive. @@ -20,6 +22,15 @@ 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. +For the latest file format version (verison 3), `--map-user` and `--map-group` +will have differing behavior if the first value specified is a name or a numeric +id. If a name is given to map to another value, then it will affect only the +username/groupname for files/links/dirs in the archive. If a numeric id is given +as the first value, then it will affect only the UID/GID fro files/links/dirs in +the archive. For previous file format versions (version 2 and 1), either name or +numeric id will have an effect since these older file format versions only store +UID/GID. + Fix data_structures/priority_heap iter function. ## Version 1.10 -- 2.49.0