diff options
author | David Robillard <d@drobilla.net> | 2013-11-01 02:48:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-11-01 02:48:52 +0000 |
commit | 77db83931a7002336f55b182f9378e2d38e23ca4 (patch) | |
tree | 067404c868847f326c1b526d8a12ca08964b2994 /NEWS | |
parent | 40ec4d79702be71525994d23e4a2d950ce945b75 (diff) | |
download | lilv-77db83931a7002336f55b182f9378e2d38e23ca4.tar.gz lilv-77db83931a7002336f55b182f9378e2d38e23ca4.tar.bz2 lilv-77db83931a7002336f55b182f9378e2d38e23ca4.zip |
lv2info: Don't display invalid control maxes and defaults (fix #934).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5166 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ lilv (0.16.1) unstable; * Support denoting latency ports with lv2:designation lv2:latency * Allow passing NULL port_class to lilv_plugin_get_port_by_designation * Call GetProcAddress with correct calling convention on Windows + * lv2info: Don't display invalid control maxes and defaults + (patch from Robin Gareus) * lilvmm.hpp: Add wrappers for UI API - -- David Robillard <d@drobilla.net> Wed, 30 Oct 2013 10:42:51 -0400 + -- David Robillard <d@drobilla.net> Thu, 31 Oct 2013 22:48:23 -0400 lilv (0.16.0) stable; |