diff options
author | David Robillard <d@drobilla.net> | 2022-07-18 19:28:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-18 19:28:09 -0400 |
commit | 2e23358410b50d54212e21fbd660f4197af50ed5 (patch) | |
tree | aa635b82cdff47767b1dd0a5c8a1e36e621c0e8f /content/news | |
parent | ff07143489c7a2789ee828c92fc206aa607f47d6 (diff) | |
download | lv2site-2e23358410b50d54212e21fbd660f4197af50ed5.tar.xz |
LV2 1.18.6
Diffstat (limited to 'content/news')
-rw-r--r-- | content/news/2022-07-07-lv2-1-18-6.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/news/2022-07-07-lv2-1-18-6.md b/content/news/2022-07-07-lv2-1-18-6.md new file mode 100644 index 0000000..beb5d5d --- /dev/null +++ b/content/news/2022-07-07-lv2-1-18-6.md @@ -0,0 +1,17 @@ +Title: LV2 1.18.6 +Date: 2022-07-07 00:00 +Slug: lv2-1-18-6 +Author: drobilla + +[LV2 1.18.6](https://lv2plug.in/spec/lv2-1.18.6.tar.xz) has been released. LV2 is a plugin standard for audio systems. It defines an extensible C API for plugins, and a format for self-contained "bundle" directories that contain plugins, metadata, and other resources. See <http://lv2plug.in/> for more information. + +Changes: + + * Add dark mode style for documentation. + * Clean up and modernize Python support code. + * Fix or avoid new compiler and tool warnings. + * Rearrange source tree to be directly usable by dependants. + * Remove archaic properties from foaf vocabulary. + * Replace canonical dcs ontology with a minimal version for LV2. + * Separate API headers from data. + * Switch to Meson build system. |