summaryrefslogtreecommitdiffstats
path: root/content/news/2014-08-08-lv2-1-10-0.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 23:42:52 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:42:59 +0100
commitc10aec328521bd46d1b6700825422c559ba7381b (patch)
treeec3174a59727398ec4329e574298eddf76dac233 /content/news/2014-08-08-lv2-1-10-0.md
parentb7caba4e99effe0aa8f2fca74dc33a2f4495924a (diff)
downloadlv2site-c10aec328521bd46d1b6700825422c559ba7381b.tar.xz
Add news feed
Diffstat (limited to 'content/news/2014-08-08-lv2-1-10-0.md')
-rw-r--r--content/news/2014-08-08-lv2-1-10-0.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/news/2014-08-08-lv2-1-10-0.md b/content/news/2014-08-08-lv2-1-10-0.md
new file mode 100644
index 0000000..04fa38b
--- /dev/null
+++ b/content/news/2014-08-08-lv2-1-10-0.md
@@ -0,0 +1,21 @@
+Title: lv2 1.10.0
+Date: 2014-08-08 00:00
+Slug: lv2-1-10-0
+Author: drobilla
+
+[lv2 1.10.0](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2) has been released.
+
+Changes:
+
+ * lv2specgen: Display deprecated warning on classes marked owl:deprecated.
+ * Upgrade to waf 1.7.16.
+ * Fix -Wconversion warnings in headers.
+ * atom: Deprecate Blank and Resource in favour of just Object.
+ * atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility.
+ * atom: Add lv2_atom_forge_key() for terser object writing.
+ * atom: Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper functions.
+ * core: Clarify lv2_descriptor() and lv2_lib_descriptor() documentation.
+ * event: Minor documentation improvements.
+ * patch: Add patch:sequenceNumber for associating replies with requests.
+ * ui: Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly.
+ * ui: Fix identifier typos in documentation.