Binary compatibility report for the libtorrent (Rasterbar) library between 0.14.10 and 0.14.11 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.14.10 |
Version #2 | 0.14.11 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 484 / 331 |
Verdict | Incompatible (0.41%) |
---|
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)
tracker_manager.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
tracker_manager::queue_request ( io_service& ios, connection_queue& cc, tracker_request r, std::string const& auth, address bind_infc, boost::weak_ptr<request_callback> c, ip_filter const* ipf )
[ symbol: _ZN10libtorrent15tracker_manager13queue_requestERN5boost4asio10io_serviceERNS_16connection_queueENS_15tracker_requestERKSsNS2_2ip7addressENS1_8weak_ptrINS_16request_callbackEEEPKNS_9ip_filterE ]
to the top
Removed Symbols (1)
tracker_manager.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
tracker_manager::queue_request ( io_service& ios, connection_queue& cc, tracker_request r, std::string const& auth, address bind_infc, boost::weak_ptr<request_callback> c )
[ symbol: _ZN10libtorrent15tracker_manager13queue_requestERN5boost4asio10io_serviceERNS_16connection_queueENS_15tracker_requestERKSsNS2_2ip7addressENS1_8weak_ptrINS_16request_callbackEEE ]
to the top
Problems with Symbols, High Severity (1)
tracker_manager.hpp,
libtorrent-rasterbar.so.5.0.0
namespace libtorrent
[+] tracker_manager::queue_request ( io_service& ios, connection_queue& cc, tracker_request r, std::string const& auth, address bind_infc, boost::weak_ptr<request_callback> c ) (1)
changed to:tracker_manager::queue_request ( io_service& ios, connection_queue& cc, tracker_request r, std::string const& auth, address bind_infc, boost::weak_ptr<request_callback> c, ip_filter const* ipf )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10libtorrent15tracker_manager13queue_requestERN5boost4asio10io_serviceERNS_16connection_queueENS_15tracker_requestERKSsNS2_2ip7addressENS1_8weak_ptrINS_16request_callbackEEE to _ZN10libtorrent15tracker_manager13queue_requestERN5boost4asio10io_serviceERNS_16connection_queueENS_15tracker_requestERKSsNS2_2ip7addressENS1_8weak_ptrINS_16request_callbackEEEPKNS_9ip_filterE. 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