Binary compatibility report for the libtelepathy library between 0.0.40 and 0.0.41 versions on x86
Test Info
Library Name | libtelepathy |
Version #1 | 0.0.40 |
Version #2 | 0.0.41 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 13 |
Total Shared Libraries | 1 |
Total Symbols / Types | 75 / 85 |
Verdict | Incompatible (0.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 1 |
Low | 3 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
tp-helpers.h,
libtelepathy.so.2.0.0
tp_connmgr_info_free ( TpConnMgrInfo* info )
to the top
Problems with Data Types, Medium Severity (1)
tp-helpers.h
[+] struct _tp_connmgr_info (1)
| Change |
Effect |
1 | Field protocol_info has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (1)
tp_connmgr_get_info ( gchar* cm )Return value (pointer) has base type 'struct _tp_connmgr_info'.
to the top
Problems with Data Types, Low Severity (3)
tp-helpers.h
[+] struct _tp_connmgr_info (3)
| Change |
Effect |
1 | Size of this type has been changed from 20 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | The pointer level of field protocols has been decreased from 2 to 1. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
3 | Type of field protocols has been changed from gchar** to GHashTable*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
tp_connmgr_get_info ( gchar* cm )Return value (pointer) has base type 'struct _tp_connmgr_info'.
to the top
Header Files (13)
tp-chan-ifaces-signal-setters.h
tp-chan-signals-marshal.h
tp-chan.h
tp-conn-ifaces-signal-setters.h
tp-conn-signals-marshal.h
tp-conn.h
tp-connmgr-signals-marshal.h
tp-connmgr.h
tp-constants.h
tp-helpers.h
tp-ifaces-signals-marshal.h
tp-interfaces.h
tp-props-iface.h
to the top
Shared Libraries (1)
libtelepathy.so.2.0.0
to the top