Binary compatibility report for the liblo library between 0.23 and 0.24 versions on x86
Test Info
Library Name | liblo |
Version #1 | 0.23 |
Version #2 | 0.24 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 88 / 41 |
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 | 1 |
Problems with Constants | Low | 0 |
Added Symbols (3)
lo.h,
liblo.so.0.6.0
lo_server_thread_new_with_proto ( char const* port, int proto, lo_err_handler err_h )
lo_lowlevel.h,
liblo.so.0.6.0
lo_address_get_protocol ( lo_address a )
lo_server_get_protocol ( lo_server s )
to the top
Problems with Symbols, Low Severity (1)
lo.h,
liblo.so.0.6.0
[+] lo_blob_new ( int32_t size, void* data ) (1)
changed to:lo_blob_new ( int32_t size, void const* data )
| Change | Effect |
---|
1 | Type of 2nd parameter data has been changed from void* to void const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (8)
lo.h
lo_endian.h
lo_errors.h
lo_lowlevel.h
lo_macros.h
lo_osc_types.h
lo_throw.h
lo_types.h
to the top
Shared Libraries (1)
liblo.so.0.6.0
to the top