From edcaee803c7a1bc094bf72163872431d21c226a0 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 21 Oct 2024 17:21:15 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 28a7e94..25aa1a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## Upcoming Changes +Do "safe links" behavior by default: symlinks pointing to outside of archived +files (or invalid symlinks) should not be included in the archive, unless if the +option "--no-safe-links" is specified. This is supported in both v0 and v1 file +formats. + ## Version 1.3 Prevent `simplearchiver` from busy-waiting during non-blocking IO by sleeping