Binary compatibility report for the GNU oSIP library between 3.1.0 and 3.2.0 versions on x86
Test Info
Library Name | GNU oSIP |
Version #1 | 3.1.0 |
Version #2 | 3.2.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 43 |
Total Shared Libraries | 2 |
Total Symbols / Types | 475 / 305 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
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 |
Other Changes in Constants | - | 17 |
Added Symbols (1)
osip_port.h,
libosipparser2.so.4.2.0
osip_strerror ( int err )
to the top
Problems with Symbols, Low Severity (1)
osip_list.h,
libosipparser2.so.3.2.0
[+] osip_list_clone ( osip_list_t const* src, osip_list_t* dst, int*(*clone_func)(void*, void*) ) (1)
changed to:osip_list_clone ( osip_list_t const* src, osip_list_t* dst, int(*clone_func)(void*, void**) )
| Change | Effect |
---|
1 | Base type of 3rd parameter clone_func has been changed from int*(*)(void*,void*) to int(*)(void*,void**). | Replacement of parameter base type may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (17)
osip_port.h
[+] OSIP_BADPARAMETER
| Change | Effect |
---|
1 | The constant OSIP_BADPARAMETER with value -2 has been added. | No effect. |
[+] OSIP_DISK_FULL
| Change | Effect |
---|
1 | The constant OSIP_DISK_FULL with value -30 has been added. | No effect. |
[+] OSIP_FILE_NOT_EXIST
| Change | Effect |
---|
1 | The constant OSIP_FILE_NOT_EXIST with value -32 has been added. | No effect. |
[+] OSIP_NO_NETWORK
| Change | Effect |
---|
1 | The constant OSIP_NO_NETWORK with value -10 has been added. | No effect. |
[+] OSIP_NO_RIGHTS
| Change | Effect |
---|
1 | The constant OSIP_NO_RIGHTS with value -31 has been added. | No effect. |
[+] OSIP_NOCOMMONCODEC
| Change | Effect |
---|
1 | The constant OSIP_NOCOMMONCODEC with value -53 has been added. | No effect. |
[+] OSIP_NOMEM
| Change | Effect |
---|
1 | The constant OSIP_NOMEM with value -4 has been added. | No effect. |
[+] OSIP_NOTFOUND
| Change | Effect |
---|
1 | The constant OSIP_NOTFOUND with value -6 has been added. | No effect. |
[+] OSIP_PORT_BUSY
| Change | Effect |
---|
1 | The constant OSIP_PORT_BUSY with value -11 has been added. | No effect. |
[+] OSIP_SUCCESS
| Change | Effect |
---|
1 | The constant OSIP_SUCCESS with value 0 has been added. | No effect. |
[+] OSIP_SYNTAXERROR
| Change | Effect |
---|
1 | The constant OSIP_SYNTAXERROR with value -5 has been added. | No effect. |
[+] OSIP_TIMEOUT
| Change | Effect |
---|
1 | The constant OSIP_TIMEOUT with value -50 has been added. | No effect. |
[+] OSIP_TOOMUCHCALL
| Change | Effect |
---|
1 | The constant OSIP_TOOMUCHCALL with value -51 has been added. | No effect. |
[+] OSIP_UNDEFINED_ERROR
| Change | Effect |
---|
1 | The constant OSIP_UNDEFINED_ERROR with value -1 has been added. | No effect. |
[+] OSIP_UNKNOWN_HOST
| Change | Effect |
---|
1 | The constant OSIP_UNKNOWN_HOST with value -12 has been added. | No effect. |
[+] OSIP_WRONG_FORMAT
| Change | Effect |
---|
1 | The constant OSIP_WRONG_FORMAT with value -52 has been added. | No effect. |
[+] OSIP_WRONG_STATE
| Change | Effect |
---|
1 | The constant OSIP_WRONG_STATE with value -3 has been added. | No effect. |
to the top
Header Files (43)
osip.h
osip_accept.h
osip_accept_encoding.h
osip_accept_language.h
osip_alert_info.h
osip_allow.h
osip_authentication_info.h
osip_authorization.h
osip_body.h
osip_call_id.h
osip_call_info.h
osip_condv.h
osip_const.h
osip_contact.h
osip_content_disposition.h
osip_content_encoding.h
osip_content_length.h
osip_content_type.h
osip_cseq.h
osip_dialog.h
osip_error_info.h
osip_fifo.h
osip_from.h
osip_header.h
osip_headers.h
osip_list.h
osip_md5.h
osip_message.h
osip_mime_version.h
osip_mt.h
osip_parser.h
osip_port.h
osip_proxy_authenticate.h
osip_proxy_authentication_info.h
osip_proxy_authorization.h
osip_record_route.h
osip_route.h
osip_time.h
osip_to.h
osip_uri.h
osip_via.h
osip_www_authenticate.h
sdp_message.h
to the top
Shared Libraries (2)
libosip2.so.3.2.0
libosipparser2.so.3.2.0
to the top