summaryrefslogtreecommitdiffstats
path: root/content/news
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-09 15:38:31 -0400
committerDavid Robillard <d@drobilla.net>2022-09-09 15:38:31 -0400
commitc671c7488a24761cf7ea0f9523e7e16f1425b57e (patch)
treebc8e8a86ac79b28bd89146d1f6dda240fbcd708c /content/news
parentf41dc281a1b4f46fa827c331f770310a55f75d91 (diff)
downloadlv2site-c671c7488a24761cf7ea0f9523e7e16f1425b57e.tar.xz
LV2 1.18.10
Diffstat (limited to 'content/news')
-rw-r--r--content/news/2022-09-09-lv2-1-18-10.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/news/2022-09-09-lv2-1-18-10.md b/content/news/2022-09-09-lv2-1-18-10.md
new file mode 100644
index 0000000..8d58376
--- /dev/null
+++ b/content/news/2022-09-09-lv2-1-18-10.md
@@ -0,0 +1,13 @@
+Title: LV2 1.18.10
+Date: 2022-09-09 17:26
+Slug: lv2-1-18-10
+Author: drobilla
+
+[LV2 1.18.10](//lv2plug.in/spec/lv2-1.18.10.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:
+
+ * Fix includedir in pkg-config file
+ * Fix missing example plugin UI binaries
+ * Only install lv2specgen when required Python modules are found
+ * Replace change history data with a plain text NEWS file