summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-13 11:34:06 -0400
committerDavid Robillard <d@drobilla.net>2022-08-13 11:34:06 -0400
commit88ea76d908e9307bb0a5a9e2efa38d01a6ca57ca (patch)
tree9b9af2d5bb5e44329e6c88da032650634b223813 /content
parent21e5242f4fde097d0bacc6fb87f20ce3defef7f8 (diff)
downloadlv2site-88ea76d908e9307bb0a5a9e2efa38d01a6ca57ca.tar.xz
LV2 1.18.8
Diffstat (limited to 'content')
-rw-r--r--content/news/2022-08-12-lv2-1-18-8.md17
-rw-r--r--content/pages/index.md2
2 files changed, 18 insertions, 1 deletions
diff --git a/content/news/2022-08-12-lv2-1-18-8.md b/content/news/2022-08-12-lv2-1-18-8.md
new file mode 100644
index 0000000..f15851f
--- /dev/null
+++ b/content/news/2022-08-12-lv2-1-18-8.md
@@ -0,0 +1,17 @@
+Title: LV2 1.18.8
+Date: 2022-08-12 00:00
+Slug: lv2-1-18-8
+Author: drobilla
+
+[LV2 1.18.8](https://lv2plug.in/spec/lv2-1.18.8.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 documentation build with Python 3.7.
+ * Fix documentation build with meson 0.56.2.
+ * Fix lv2.h missing from installation.
+ * eg-midigate: Fix output timing.
+ * eg-sampler: Add resampling via libsamplerate.
+ * eg-sampler: Fix potentially corrupt notification events.
+ * lv2core: Fix inconsistent plugin class labels.
+ * lv2specgen: Fix installed data paths.
diff --git a/content/pages/index.md b/content/pages/index.md
index eaacdde..edddded 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -36,6 +36,6 @@ Community
Developing
----------
-* [Download LV2 1.18.6](//lv2plug.in/spec/lv2-1.18.6.tar.xz)<a class="siglink" href="//lv2plug.in/spec/lv2-1.18.6.tar.xz.sig">&nbsp;&#10003;</a>
+* [Download LV2 1.18.8](//lv2plug.in/spec/lv2-1.18.8.tar.xz)<a class="siglink" href="//lv2plug.in/spec/lv2-1.18.8.tar.xz.sig">&nbsp;&#10003;</a>
* [Repository](http://gitlab.com/lv2/lv2)
* [Issues](https://gitlab.com/lv2/lv2/-/issues)