Binary compatibility report for the libfolks library between 0.7.3 and 0.7.4 versions on x86
Test Info
Library Name | libfolks |
Version #1 | 0.7.3 |
Version #2 | 0.7.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 3 |
Total Symbols / Types | 416 / 262 |
Verdict | Incompatible (0.5%) |
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 | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, High Severity (2)
folks-eds.h,
libfolks-eds.so.25.11.0
[+] edsf_persona_store_construct ( GType object_type, ESourceRegistry* r, ESource* s ) (1)
changed to:edsf_persona_store_construct ( GType object_type, ESource* s )
| Change | Effect |
---|
1 | 2nd middle parameter r has been removed from the calling stack. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] edsf_persona_store_new ( ESourceRegistry* r, ESource* s ) (1)
changed to:edsf_persona_store_new ( ESource* s )
| Change | Effect |
---|
1 | 1st middle parameter r has been removed from the calling stack. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
to the top
Header Files (3)
folks-eds.h
folks-telepathy.h
folks.h
to the top
Shared Libraries (3)
libfolks-eds.so.25.11.0
libfolks-telepathy.so.25.11.0
libfolks.so.25.11.0
to the top