SHA256
1
0
forked from pool/lv2
Files
lv2/lv2.changes

47 lines
2.1 KiB
Plaintext
Raw Normal View History

- Update to 1.2.0 * Use stricter datatype definitions conformant with the XSD and OWL specifications for better validation. * Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery. * lv2core: Use consistent label style. * atom: Fix lv2_atom_object_next() on 32-bit platforms. * atom: Fix outdated documentation in forge.h. * atom: Add lv2_atom_object_body_get(). * atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST. * atom: Fix implicit conversions in forge.h that are invalid in C++11. * atom: Use consistent label style. * buf-size: Initial release. * dynmanifest: Use consistent label style. * event: Use consistent label style. * event: Use more precise domain and range for EventPort properties. * event: Remove asserts from event-helper.h. * event: Make event iterator gracefully handle optional ports. * midi: Add C definitions for message types and standard controllers. * midi: Remove non-standard midi:Tick message type. * midi: Add midi:binding and midi:channel predicates. * midi: Use consistent label style. * midi: Add midi:HexByte datatype for status bytes and masks. * midi: Fix definition of SystemExclusive status byte. * morph: Initial release. * options: Initial release. * parameters: Add parameters.h of URI defines for convenience. * parameters: Use consistent label style. * parameters: Add param:sampleRate. * port-groups: Use consistent label style. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=3
2012-10-23 22:34:05 +00:00
-------------------------------------------------------------------
Tue Oct 23 22:24:06 UTC 2012 - reddwarf@opensuse.org
- Update to 1.2.0
* Use stricter datatype definitions conformant with the XSD and OWL
specifications for better validation.
* Move all project metadata for extensions (e.g. change log) to separate files to
spare hosts from loading them during discovery.
* lv2core: Use consistent label style.
* atom: Fix lv2_atom_object_next() on 32-bit platforms.
* atom: Fix outdated documentation in forge.h.
* atom: Add lv2_atom_object_body_get().
* atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
* atom: Fix implicit conversions in forge.h that are invalid in C++11.
* atom: Use consistent label style.
* buf-size: Initial release.
* dynmanifest: Use consistent label style.
* event: Use consistent label style.
* event: Use more precise domain and range for EventPort properties.
* event: Remove asserts from event-helper.h.
* event: Make event iterator gracefully handle optional ports.
* midi: Add C definitions for message types and standard controllers.
* midi: Remove non-standard midi:Tick message type.
* midi: Add midi:binding and midi:channel predicates.
* midi: Use consistent label style.
* midi: Add midi:HexByte datatype for status bytes and masks.
* midi: Fix definition of SystemExclusive status byte.
* morph: Initial release.
* options: Initial release.
* parameters: Add parameters.h of URI defines for convenience.
* parameters: Use consistent label style.
* parameters: Add param:sampleRate.
* port-groups: Use consistent label style.
* port-props: Use consistent label style.
* presets: Use consistent label style.
* resize-port: Initial release.
* state: Use consistent label style.
* time: Use consistent label style.
* urid: Fix typo in urid:unmap documentation.
- Remove lv2-1.0.0-underlinking.patch and lv2-1.0.0-no_g++.patch. Applied upstream.
-------------------------------------------------------------------
Wed Aug 1 22:55:27 UTC 2012 - reddwarf@opensuse.org
- The first unified LV2 release