Binary compatibility report for the SLV2 library between 0.6.0 and 0.6.1 versions on x86
Test Info
Library Name | SLV2 |
Version #1 | 0.6.0 |
Version #2 | 0.6.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 18 |
Total Shared Libraries | 1 |
Total Symbols / Types | 99 / 82 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Added Symbols (3)
plugin.h,
libslv2.so.9.1.0
slv2_plugin_get_value_by_qname_i18n ( SLV2Plugin p, char const* predicate )
port.h,
libslv2.so.9.1.0
slv2_port_get_value ( SLV2Plugin plugin, SLV2Port port, SLV2Value predicate )
slv2_port_get_value_by_qname_i18n ( SLV2Plugin plugin, SLV2Port port, char const* property_uri )
to the top
Problems with Symbols, Low Severity (3)
scalepoints.h,
libslv2.so.9.0.0
[+] slv2_scale_points_free ( SLV2Values p1 ) (1)
changed to:slv2_scale_points_free ( SLV2ScalePoints points )
| Change | Effect |
---|
1 | Type of 1st parameter p1 has been changed from SLV2Values to SLV2ScalePoints. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] slv2_scale_points_new ( ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from SLV2Values to SLV2ScalePoints. | Replacement of return type may indicate a change in its semantic meaning. |
[+] slv2_scale_points_size ( SLV2Values points ) (1)
changed to:slv2_scale_points_size ( SLV2ScalePoints points )
| Change | Effect |
---|
1 | Type of 1st parameter points has been changed from SLV2Values to SLV2ScalePoints. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (18)
lv2_ui.h
plugin.h
pluginclass.h
pluginclasses.h
plugininstance.h
plugins.h
pluginui.h
pluginuiinstance.h
pluginuis.h
port.h
scalepoint.h
scalepoints.h
slv2.h
types.h
util.h
value.h
values.h
world.h
to the top
Shared Libraries (1)
libslv2.so.9.0.0
to the top