Binary compatibility report for the libtorrent (Rasterbar) library between 0.16.16 and 0.16.17 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 0.16.16 |
Version #2 | 0.16.17 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 1094 / 698 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (2)
session_settings.hpp,
libtorrent-rasterbar.so.7.0.0
namespace libtorrent
[+] session_settings::session_settings [in-charge] ( std::string const& user_agent_ ) (1)
[symbol: _ZN10libtorrent16session_settingsC1ERKSs]
| Change | Effect |
---|
1 | The default argument of 1st parameter user_agent_ has been changed from "libtorrent/0.16.16.0" to "libtorrent/0.16.17.0". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] session_settings::session_settings [not-in-charge] ( std::string const& user_agent_ ) (1)
[symbol: _ZN10libtorrent16session_settingsC2ERKSs]
| Change | Effect |
---|
1 | The default argument of 1st parameter user_agent_ has been changed from "libtorrent/0.16.16.0" to "libtorrent/0.16.17.0". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (1)
torrent.hpp
to the top
Shared Libraries (1)
libtorrent-rasterbar.so.7.0.0
to the top