From: Stephen Seo Date: Wed, 25 Dec 2024 12:18:26 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.10^2~9 X-Git-Url: https://git.seodisparate.com/stephenseo/search/main.js?a=commitdiff_plain;h=d4d9fb65dc8a0241956b8035d878d3a7fc44585c;p=SimpleArchiver Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index eee8896..a5ec471 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,13 @@ Implemented force-setting permissions for files/dirs and force-setting UID/GID. Better info is printed for directories in file format `version 2` when using `test mode` `-t`. +Fix case when archiving from read-only directory: + +- A temporary file is usually created to store compressed archive +chunks/files which is located where the files are. This commit +falls-back to using `tmpfile()` if the first attempt to create a +temporary file fails. + ## Version 1.9 Add `file format 2` to handle archiving empty directories.