summaryrefslogtreecommitdiffstats
path: root/content/news/2022-09-09-lv2-1-18-10.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/news/2022-09-09-lv2-1-18-10.md')
-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