diff options
author | David Robillard <d@drobilla.net> | 2011-03-18 06:20:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-18 06:20:40 +0000 |
commit | 673c2fa8e710c94b1ce250ec7b01d183d2bf91a0 (patch) | |
tree | f45f74ff00483f0a1e9e3c6d24514b2ab62b7cca /core.lv2/ChangeLog | |
parent | 13856a8d90cf0a76c11e897eda37e5f51b5bc172 (diff) | |
download | lv2-673c2fa8e710c94b1ce250ec7b01d183d2bf91a0.tar.xz |
Add OWL types.
Fix lv2:minimum, lv2:maximum, and lv2:minimum (definition did not match the reality of their usage) (Spec bug found with Pellet).
Move project description metadata to manifest.
Remove invalid (non-DL) OWL restrictions, and use of Turtle collection syntax (there is at least one broken implementation in the wild that fails to parse this).
LV2 is now almost, but not quite, a valid OWL DL Ontology.
Diffstat (limited to 'core.lv2/ChangeLog')
-rw-r--r-- | core.lv2/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core.lv2/ChangeLog b/core.lv2/ChangeLog index 5043095..0d7db59 100644 --- a/core.lv2/ChangeLog +++ b/core.lv2/ChangeLog @@ -7,6 +7,9 @@ lv2core (UNRELEASED) unstable; urgency=low * Move lv2:AmplifierPlugin under lv2:DynamicsPlugin * Loosen domain restriction of lv2:optionalFeature and lv2:requiredFeature (to allow re-use in extensions) + * Fix definition of lv2:minimum etc. (used for values, not scale points) + * More precisely define properties with OWL + * Move project metadata to manifest -- David Robillard <d@drobilla.net> UNRELEASED |