This commit is contained in:
Chris Tate
2026-03-31 02:09:57 -05:00
committed by GitHub
parent 7b4b124e7f
commit 89595836c6
6 changed files with 26 additions and 4 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## v0.23.4
<p className="text-[#888] text-sm">March 31, 2026</p>
### Bug Fixes
- Fixed **daemon hang on Linux** caused by a `waitpid(-1)` race condition in the SIGCHLD handler that stole exit statuses from Rust's `Child` handles, leaving the daemon in a broken state. Replaced the global signal handler with targeted crash detection via the existing drain interval (#1098)
---
## v0.23.3
<p className="text-[#888] text-sm">March 30, 2026</p>