summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-29 14:57:25 -0400
committerDavid Robillard <d@drobilla.net>2022-05-30 14:34:05 -0400
commit2d18caf46d9c279fb193dc2a460d53d93b3717b5 (patch)
tree4dfa9fc08850faea3b8639cf9e4ca0e6dfbb9d00 /NEWS
parentf5af5ebd51d03a642ad9af515745dcb81730ac3d (diff)
downloadsuil-2d18caf46d9c279fb193dc2a460d53d93b3717b5.tar.gz
suil-2d18caf46d9c279fb193dc2a460d53d93b3717b5.tar.bz2
suil-2d18caf46d9c279fb193dc2a460d53d93b3717b5.zip
Fix MacOS build
I can't for the life of me figure out how to do this portably with C++ casts, since the native types are very different between platforms (pointer on MacOS, integer on X11). So, just give up and go back to C casts here.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 097500d..c413feb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+suil (0.10.13) unstable;
+
+ * Fix MacOS build
+
+ -- David Robillard <d@drobilla.net> Sun, 29 May 2022 18:58:06 +0000
+
suil (0.10.12) stable;
* Fix build issues with newer toolchains