From: Stephen Seo Date: Tue, 14 Jan 2025 05:25:23 +0000 (+0900) Subject: Version 1.11, update Changelog.md X-Git-Tag: 1.11^2 X-Git-Url: https://git.seodisparate.com/stephenseo/LD54_Box_Survival?a=commitdiff_plain;h=1dcfb79f30cc3bf3c7f36586af5e1e5adf602d90;p=SimpleArchiver Version 1.11, update Changelog.md --- 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