Binary compatibility report for the liblscp library between 0.0.5 and 0.0.8 versions on x86
Test Info
Library Name | liblscp |
Version #1 | 0.0.5 |
Version #2 | 0.0.8 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 25 / 60 |
Verdict | Incompatible (2%) |
---|
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 | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (4)
lscp_client.h,
liblscp.so
lscp_client_join ( lscp_client_t* pClient )
lscp_parser.h,
liblscp.so
lscp_parser_nextnum ( lscp_parser_t* pParser )
lscp_server.h,
liblscp.so
lscp_server_join ( lscp_server_t* pServer )
lscp_socket.h,
liblscp.so
lscp_socket_agent_join ( lscp_socket_agent_t* pAgent )
to the top
Problems with Symbols, Medium Severity (1)
lscp_server.h,
liblscp.so
[+] lscp_server_unsubscribe ( lscp_connect_t* pConnect ) (1)
changed to:lscp_server_unsubscribe ( lscp_connect_t* pConnect, char const* pszSessionID )
| Change | Effect |
---|
1 | Parameter pszSessionID of type char const* has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (5)
lscp_client.h
lscp_parser.h
lscp_server.h
lscp_socket.h
lscp_thread.h
to the top
Shared Libraries (1)
liblscp.so
to the top