Binary compatibility report for the libtorrent (Rasterbar) library between 0.15.6 and 0.15.7 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.15.6 |
Version #2 | 0.15.7 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 964 / 646 |
Verdict | Incompatible (0.21%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
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 (2)
session.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent
session::set_alert_mask ( uint32_t m )
[ symbol: _ZN10libtorrent7session14set_alert_maskEj ]
session_impl.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent::aux
session_impl::set_alert_mask ( uint32_t m )
[ symbol: _ZN10libtorrent3aux12session_impl14set_alert_maskEj ]
to the top
Removed Symbols (1)
session_impl.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent::aux
session_impl::set_alert_mask ( int m )
[ symbol: _ZN10libtorrent3aux12session_impl14set_alert_maskEi ]
to the top
Problems with Symbols, High Severity (1)
session_impl.hpp,
libtorrent-rasterbar.so.6.0.0
namespace libtorrent::aux
[+] session_impl::set_alert_mask ( int m ) (1)
changed to:session_impl::set_alert_mask ( uint32_t m )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10libtorrent3aux12session_impl14set_alert_maskEi to _ZN10libtorrent3aux12session_impl14set_alert_maskEj. 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