From c4c4ec510dbeff61982e4aee7d1b379539319cd9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Jan 2021 11:10:10 +0100 Subject: Remove aligned_alloc support This causes build issues when targeting older versions of MacOS. That could be fixed, but I don't have the ability to reproduce it at the moment, and it's a problem in the build system check code which is about to be entirely replaced anyway. Since, as far as I know, this does not actually add aligned allocation support to any real system (they all support one of the other methods), just remove it for now. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 074833d5..e65be40c 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,10 @@ serd (0.30.9) unstable; * Add fallback configuration if documentation theme is unavailable * Fix SERD_DISABLE_DEPRECATED + * Fix building for older MacOS versions on newer MacOS * Fix documentation installation directory - -- David Robillard Sat, 16 Jan 2021 21:22:27 +0000 + -- David Robillard Sun, 17 Jan 2021 10:09:13 +0000 serd (0.30.8) stable; -- cgit v1.2.1