diff options
author | David Robillard <d@drobilla.net> | 2024-03-14 13:43:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-14 13:43:25 -0400 |
commit | 8ff1b1f0bbb788034671f2e269826f5552035424 (patch) | |
tree | df09f07adf3d0b7c7533bcc0b701c9e3b2066b2c /NEWS | |
parent | cfd6d0ca05a05a4796dc18aabf16254f71736bef (diff) | |
download | zix-8ff1b1f0bbb788034671f2e269826f5552035424.tar.gz zix-8ff1b1f0bbb788034671f2e269826f5552035424.tar.bz2 zix-8ff1b1f0bbb788034671f2e269826f5552035424.zip |
Fix ring unit test when mlock() is unavailable
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ zix (0.4.3) unstable; urgency=medium * Avoid fdatasync() on Darwin * Fix library current_version on MacOS * Fix nullability annotations for zix_canonical_path() and friends + * Fix ring unit test when mlock() is unavailable - -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 16:59:01 +0000 + -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 17:42:49 +0000 zix (0.4.2) stable; urgency=medium |