summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-13 11:39:14 -0500
committerDavid Robillard <d@drobilla.net>2024-11-13 11:50:02 -0500
commit35e76431e5bdf24b67dc0b9a3f78367adb36b15c (patch)
tree2b9ad8cd52b1a50db3788be31a6ef20f4ce73359 /NEWS
parent613997e29aff202492ab368768c57857640b23b2 (diff)
downloadsord-35e76431e5bdf24b67dc0b9a3f78367adb36b15c.tar.gz
sord-35e76431e5bdf24b67dc0b9a3f78367adb36b15c.tar.bz2
sord-35e76431e5bdf24b67dc0b9a3f78367adb36b15c.zip
Fix build as C with MSVC
It used to be necessary to build modern C code as C++ with MSVC, but its C support has become more or less serviceable, so remove the flag to force C++ mode and build as C everywhere.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2e2078c..a02e9fb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,10 @@ sord (0.16.17) unstable; urgency=medium
* Add option to install tool man pages
* Enable clang nullability checks
+ * Fix build as C with MSVC
* Fix library current_version on MacOS
- -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 18:12:02 +0000
+ -- David Robillard <d@drobilla.net> Wed, 13 Nov 2024 16:38:32 +0000
sord (0.16.16) stable; urgency=medium