summaryrefslogtreecommitdiffstats
path: root/content/news/2014-01-03-lv2-1-8-0.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/news/2014-01-03-lv2-1-8-0.md')
-rw-r--r--content/news/2014-01-03-lv2-1-8-0.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/news/2014-01-03-lv2-1-8-0.md b/content/news/2014-01-03-lv2-1-8-0.md
index 8d36246..8115096 100644
--- a/content/news/2014-01-03-lv2-1-8-0.md
+++ b/content/news/2014-01-03-lv2-1-8-0.md
@@ -1,16 +1,16 @@
-Title: lv2 1.8.0
-Date: 2014-01-04 00:00
+Title: LV2 1.8.0
+Date: 2014-01-03 23:00
Slug: lv2-1-8-0
Author: drobilla
-[lv2 1.8.0](http://lv2plug.in/spec/lv2-1.8.0.tar.bz2) has been released.
+[LV2 1.8.0](http://lv2plug.in/spec/lv2-1.8.0.tar.bz2) has been released. LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin "bundles". See <http://lv2plug.in> for more information.
Changes:
* Add scope example plugin from Robin Gareus.
* Install lv2specgen for use by other projects.
- * lv2specgen: Fix links to externally defined terms.
* atom: Make lv2_atom_*_is_end() arguments const.
* core: Add lv2:prototype for property inheritance.
* log: Add missing include string.h to logger.h for memset.
+ * lv2specgen: Fix links to externally defined terms.
* ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.