Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Seo committed Jan 2, 2025
1 parent 2ed08a3 commit a75db08
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 @@ -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 <username>` and `--force-group <groupname>` which acts just
like `--force-uid <UID>` and `--force-gid <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
Expand Down

0 comments on commit a75db08

Please sign in to comment.