diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 01:36:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 01:36:00 +0000 |
commit | eb43c8896480114b224755e824fae2e2f7485256 (patch) | |
tree | 26e91bd8dc6421d2296a33991e90f7dcb546b079 /lv2/ns/lv2core/ChangeLog | |
parent | df79255ccef7fb5d091e9d4e52f3c46545b53282 (diff) | |
download | lv2-eb43c8896480114b224755e824fae2e2f7485256.tar.xz |
Move ns to lv2/ns so repository top level can be used as an include dir directly.
Diffstat (limited to 'lv2/ns/lv2core/ChangeLog')
-rw-r--r-- | lv2/ns/lv2core/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lv2/ns/lv2core/ChangeLog b/lv2/ns/lv2core/ChangeLog new file mode 100644 index 0000000..ec7962a --- /dev/null +++ b/lv2/ns/lv2core/ChangeLog @@ -0,0 +1,38 @@ +lv2core (UNRELEASED) unstable; urgency=low + + * Add lv2:extensionData and lv2:ExtensionData for plugins to indicate + that they support some URI for LV2_Descriptor::extension_data. + * Remove lv2config in favour of the convention that extension bundles simply + install headers to standard URI-like include paths + * Switch to simple BSD-style (ISC) license (with permission of all + contributors to lv2.h and its ancestor, ladspa.h) + + -- David Robillard <d@drobilla.net> UNRELEASED + +lv2core (4.0) unstable; urgency=medium + + * Make doap:license suggested, but not required (for wrappers) + * Define lv2:binary (MUST be in manifest.ttl) + * Define lv2:majorVersion and lv2:minorVersion (MUST be in manifest.ttl) + * Define lv2:documentation and use it to document lv2core + * Add lv2:FunctionPlugin and lv2:ConstantPlugin classes + * Move lv2:AmplifierPlugin under lv2:DynamicsPlugin + * Loosen domain of lv2:optionalFeature and lv2:requiredFeature + (to allow re-use in extensions) + * Add generic lv2:Resource and lv2:PluginBase classes + * Fix definition of lv2:minimum etc. (used for values, not scale points) + * More precisely define properties with OWL + * Move project metadata to manifest + * Add lv2:enumeration port property. + * Define run() pre-roll special case (sample_count == 0). + + -- David Robillard <d@drobilla.net> Fri, 18 Mar 2011 23:23:23 -0400 + +lv2core (3.0) unstable; urgency=low + + * Require that serialisations refer to ports by symbol rather than index. + * Minor stylistic changes to lv2.ttl + * No header changes + + -- David Robillard <d@drobilla.net> Sat, 08 Nov 2008 14:27:10 -0500 + |