Binary compatibility report for the jack library between 1.9.2 and 1.9.3 versions on x86
Test Info
Library Name | jack |
Version #1 | 1.9.2 |
Version #2 | 1.9.3 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 2 |
Total Symbols / Types | 166 / 122 |
Verdict | Incompatible (0.30%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 2 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (4)
control.h,
libjackserver.so.0.1.0
jackctl_server_add_slave ( jackctl_server_t* server, jackctl_driver_t* driver )
jackctl_server_remove_slave ( jackctl_server_t* server, jackctl_driver_t* driver )
jackctl_server_switch_master ( jackctl_server_t* server, jackctl_driver_t* driver )
jack.h,
libjackserver.so.0.1.0
jack_free ( void* ptr )
to the top
Problems with Symbols, Medium Severity (2)
control.h,
libjackserver.so.0.1.0
[+] jackctl_server_create ( ) (2)
changed to:jackctl_server_create ( bool(*on_device_acquire)(char const*), void(*on_device_release)(char const*) )
| Change | Effect |
---|
1 | Parameter on_device_acquire of type bool(*)(char const*) has been added to the calling stack. | This parameter will not be initialized by old clients. |
2 | Parameter on_device_release of type void(*)(char const*) has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (11)
control.h
intclient.h
jack.h
jslist.h
midiport.h
ringbuffer.h
statistics.h
systemdeps.h
thread.h
transport.h
types.h
to the top
Shared Libraries (2)
libjack.so.0.1.0
libjackserver.so.0.1.0
to the top