Update Changelog.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
This commit is contained in:
parent
a415ab22ad
commit
5d67e0dc50
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ points to a file in the archive. Additionally any extracted symlinks that don't
|
||||||
point to a valid destination is removed. This "enforce safe-links on extract"
|
point to a valid destination is removed. This "enforce safe-links on extract"
|
||||||
can be disabled with the "--no-safe-links" option.
|
can be disabled with the "--no-safe-links" option.
|
||||||
|
|
||||||
|
Add "--preserve-symlinks" option that will verbatim store the symlinks' target.
|
||||||
|
Not recommended if symlinks are pointing to absolute paths, which will be
|
||||||
|
clobbered on extraction to a different directory unless if "--no-safe-links" is
|
||||||
|
specified on extraction.
|
||||||
|
|
||||||
## Version 1.5
|
## Version 1.5
|
||||||
|
|
||||||
Previous file-format-v1 implementation of "safe links" still created a symlink
|
Previous file-format-v1 implementation of "safe links" still created a symlink
|
||||||
|
|
Loading…
Reference in a new issue