Binary compatibility report for the libaosd library between 0.2.4 and 0.2.5 versions on x86
Test Info
Library Name | libaosd |
Version #1 | 0.2.4 |
Version #2 | 0.2.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 2 |
Total Symbols / Types | 33 / 47 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (2)
aosd.h,
libaosd.so.2.0.0
[+] aosd_set_names ( Aosd* aosd, char* res_name, char* res_class ) (2)
changed to:aosd_set_names ( Aosd* aosd, char const* res_name, char const* res_class )
| Change | Effect |
---|
1 | Type of 3rd parameter res_class has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter res_name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (2)
aosd-text.h
aosd.h
to the top
Shared Libraries (2)
libaosd-text.so.2.0.0
libaosd.so.2.0.0
to the top