Binary compatibility report for the libtorrent (Rasterbar) library between 0.15.3 and 0.15.4 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.15.3 |
Version #2 | 0.15.4 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 892 / 596 |
Verdict | Incompatible (0.22%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
torrent.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent
torrent::unchoke_peer ( peer_connection& c, bool optimistic )
[ symbol: _ZN10libtorrent7torrent12unchoke_peerERNS_15peer_connectionEb ]
to the top
Removed Symbols (1)
torrent.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent
torrent::unchoke_peer ( peer_connection& c )
[ symbol: _ZN10libtorrent7torrent12unchoke_peerERNS_15peer_connectionE ]
to the top
Problems with Symbols, High Severity (1)
torrent.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent
[+] torrent::unchoke_peer ( peer_connection& c ) (1)
changed to:torrent::unchoke_peer ( peer_connection& c, bool optimistic )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10libtorrent7torrent12unchoke_peerERNS_15peer_connectionE to _ZN10libtorrent7torrent12unchoke_peerERNS_15peer_connectionEb. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (1)
torrent.hpp
to the top
Shared Libraries (1)
libtorrent-rasterbar.so.6.0.0
to the top