From 7ee54bddf291c153b6a22d5331aa520d97f4be06 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 16 Oct 2024 13:56:37 +0900 Subject: [PATCH] Version 1.3, update Changelog.md --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5c14874..28a7e94 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ ## Upcoming Changes +## Version 1.3 + +Prevent `simplearchiver` from busy-waiting during non-blocking IO by sleeping +in "EWOULDBLOCK" conditions. This results in less consumed cpu time by the +process, especially during compression. + ## Version 1.2 Proper handling of Ctrl+C (SIGINT). This prevents temporary files from