The code name for this release is “Joulu”, which is Finnish for “Christmas” 🎅🏼
Added
- New
denvutility, inspired by daemontools'envdir, which may be used to manipulate the environment before executing a chained child process.
Fixed
- Retry system calls that may return with
errnoset toEINTRwhen interrupted by signals to indicate they can be restarted from user space. - Remove leftover, useless
$Eformat specifier when reporting errors during daemonization.
Changed
- The project is now built in C23 mode by default. In practice
-std=c2xgets used to cover systems which may have slightly older compilers.