diff --git a/.cspell/words.txt b/.cspell/words.txt index ea6c2b1b..40be5f7a 100644 --- a/.cspell/words.txt +++ b/.cspell/words.txt @@ -201,6 +201,7 @@ secp256k1 secur32 sfml_project shlwapi +sigchld skynet source_subdir spdlog diff --git a/CHANGELOG.md b/CHANGELOG.md index 009a87d3..d3674096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Added `libcurl` DNS caching * Drive letters in UI should always be lowercase * Fixed WinFSP directory rename for non-empty directories +* Fixed segfault in UI due to incorrect `SIGCHLD` handling * Migrated to v2 error handling * Upgraded WinFSP to v2.1 (2025)