]> git.seodisparate.com - SimpleArchiver/commitdiff
Version 1.11, update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Tue, 14 Jan 2025 05:25:23 +0000 (14:25 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 14 Jan 2025 05:25:23 +0000 (14:25 +0900)
Changelog.md

index fdc6e2aa85f19b4c7c1d1fd12df67af260cd64bb..c6772d72f66ee3411018e07376fd16edc8be5b83 100644 (file)
@@ -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