Binary compatibility report for the libtorrent (Rasterbar) library between 0.14.9 and 0.14.10 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.14.9 |
Version #2 | 0.14.10 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 484 / 330 |
Verdict | Incompatible (0.83%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
piece_picker.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
piece_picker::init ( int blocks_per_piece, int blocks_in_last_piece, int total_num_pieces )
[ symbol: _ZN10libtorrent12piece_picker4initEiii ]
torrent.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
torrent::to_req ( piece_block const& p ) const
[ symbol: _ZNK10libtorrent7torrent6to_reqERKNS_11piece_blockE ]
to the top
Removed Symbols (2)
piece_picker.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
piece_picker::init ( int blocks_per_piece, int total_num_blocks )
[ symbol: _ZN10libtorrent12piece_picker4initEii ]
torrent.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
torrent::to_req ( piece_block const& p )
[ symbol: _ZN10libtorrent7torrent6to_reqERKNS_11piece_blockE ]
to the top
Problems with Symbols, High Severity (2)
piece_picker.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
[+] piece_picker::init ( int blocks_per_piece, int total_num_blocks ) (1)
changed to:piece_picker::init ( int blocks_per_piece, int blocks_in_last_piece, int total_num_pieces )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10libtorrent12piece_picker4initEii to _ZN10libtorrent12piece_picker4initEiii. This may cause "undefined reference" linker error in old client applications. |
torrent.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
[+] torrent::to_req ( piece_block const& p ) (1)
changed to:torrent::to_req ( piece_block const& p ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10libtorrent7torrent6to_reqERKNS_11piece_blockE to _ZNK10libtorrent7torrent6to_reqERKNS_11piece_blockE. 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.5.0.0
to the top