Releases: NuxiNL/cloudabi-utils
Releases · NuxiNL/cloudabi-utils
v0.39
v0.38
- Add
!executable
as a YAML tag for referring to the current executable. - Make the build on Linux more robust by hiding a
_Thread_local
variable in C++ mode.
v0.37
- No longer depend on
<cloudabi_syscalls_struct.h>
. This structure has been removed in CloudABI 0.19.
v0.36
This release adds support for CloudABI's recently added support for relative timeouts on locks and condition variables. This is going to be used by pthread_cond_timedwait_relative_np()
, uv_cond_timedwait()
and Rust's std::sync::Condvar::wait_timeout()
.
v0.35
- Remove support for forking entirely, as we should be aiming towards implementing spawning.
- Make condition variables with monotonic clocks work on macOS.
- Fix a file descriptor leak when using
sendmsg()
withSCM_RIGHTS
.
v0.34
- Fix the build on non-CloudABI systems.
- Remove support for versions of macOS older than High Sierra. I'm not able to test this anyway.
v0.33
- No longer fill structure fields for
cloudabi_event_t
that have been removed. - Generate a
CLOUDABI_AT_PID
auxiliary vector entry, so that processes have identifiers.
v0.32
- No longer make use of
pdfork()
on CloudABI, as forking is slowly going to be removed.