From: Stephen Seo Date: Thu, 2 Jan 2025 12:03:11 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.11^2~22 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=a75db08736b280187f69c5093314ff6ae36694d4;p=SimpleArchiver Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 749c572..3f623e4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,12 @@ Added file format version 3 that supports username and groupname metadata for all symlinks, files, and (leaf) directory entries in an archive. +Add `--force-user ` and `--force-group ` which acts just +like `--force-uid ` and `--force-gid ` but performs a lookup on the +local system to get the UID/GID. + +Fix setting UID/GID for stored directories. + Fix data_structures/priority_heap iter function. ## Version 1.10