diff options
author | David Robillard <d@drobilla.net> | 2008-01-12 17:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-12 17:58:12 +0000 |
commit | 98cc3bd853c47f6cd1cf02cf14e00413993fd6f5 (patch) | |
tree | fc31d4304b5a9bb4ba5df30704c3b773558359b1 /debian/changelog | |
parent | 2ea341ef3313b189315367ad6beadc23eec227e3 (diff) | |
download | lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.gz lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.bz2 lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.zip |
Add plugin template interface (fast discovery of plugins with certain I/O
characteristics).
git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 16c1927..8eb91c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +slv2 (0.4.4) unstable; urgency=low + + * Add slv2_port_has_property + * Add plugin template and port signature interface for much faster plugin + discovery with port input/output/type inspection. + + -- Dave Robillard <dave@drobilla.net> Sat, 12 Jan 2008 12:52:35 -0500 + +slv2 (0.4.3) unstable; urgency=low + + * Fix lv2_inspect command line handling bug (always prints help) + * Fix case where multiple plugins are described in the same file + (avoid port symbol clashing). + + -- Dave Robillard <dave@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500 + slv2 (0.4.2) unstable; urgency=low * Update for LV2 specification release 1 |