Binary compatibility report for the libtorrent (Rasterbar) library between 1.0.4 and 1.0.5 versions on x86
Test Info
Library Name | libtorrent (Rasterbar) |
Version #1 | 1.0.4 |
Version #2 | 1.0.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 427 / 383 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
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 |
Added Symbols (3)
file_storage.hpp,
libtorrent-rasterbar.so.8.0.0
namespace libtorrent
file_storage::file_storage [in-charge] ( file_storage const& f )
[symbol: _ZN10libtorrent12file_storageC1ERKS0_]
file_storage::file_storage [not-in-charge] ( file_storage const& f )
[symbol: _ZN10libtorrent12file_storageC2ERKS0_]
file_storage::operator = ( file_storage const& p1 )
[symbol: _ZN10libtorrent12file_storageaSERKS0_]
to the top
Problems with Symbols, Low Severity (2)
session_settings.hpp,
libtorrent-rasterbar.so.8.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/1.0.4.0" to "libtorrent/1.0.5.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/1.0.4.0" to "libtorrent/1.0.5.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.8.0.0
to the top