Binary compatibility report for the libechonest library between 1.0.0 and 1.1.0 versions on x86
Test Info
Library Name | libechonest |
Version #1 | 1.0.0 |
Version #2 | 1.1.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 15 |
Total Shared Libraries | 1 |
Total Symbols / Types | 582 / 345 |
Verdict | Incompatible (0.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 13 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 3 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (13)
Artist.h,
libechonest.so.1.1.0
namespace Echonest
Artist::Artist [in-charge] ( QByteArray const& id )
[symbol: _ZN8Echonest6ArtistC1ERK10QByteArray]
Artist::Artist [not-in-charge] ( QByteArray const& id )
[symbol: _ZN8Echonest6ArtistC2ERK10QByteArray]
Playlist.h,
libechonest.so.1.1.0
namespace Echonest
DynamicPlaylist::fetchNextSong ( DynamicPlaylist::DynamicControls const& controls ) const
[symbol: _ZNK8Echonest15DynamicPlaylist13fetchNextSongERK7QVectorI5QPairINS0_18DynamicControlItemE7QStringEE]
DynamicPlaylist::fetchNextSong ( int rating ) const
[symbol: _ZNK8Echonest15DynamicPlaylist13fetchNextSongEi]
DynamicPlaylist::fetchSessionInfo ( ) const
[symbol: _ZNK8Echonest15DynamicPlaylist16fetchSessionInfoEv]
DynamicPlaylist::parseSessionInfo ( QNetworkReply* reply )
[symbol: _ZN8Echonest15DynamicPlaylist16parseSessionInfoEP13QNetworkReply]
DynamicPlaylist::start ( DynamicPlaylist::PlaylistParams const& params ) const
[symbol: _ZNK8Echonest15DynamicPlaylist5startERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE]
Song.h,
libechonest.so.1.1.0
namespace Echonest
Song::release ( ) const
[symbol: _ZNK8Echonest4Song7releaseEv]
Song::setRelease ( QString const& release )
[symbol: _ZN8Echonest4Song10setReleaseERK7QString]
Song::Song [in-charge] ( QByteArray const& id )
[symbol: _ZN8Echonest4SongC1ERK10QByteArray]
Song::Song [not-in-charge] ( QByteArray const& id )
[symbol: _ZN8Echonest4SongC2ERK10QByteArray]
Track.h,
libechonest.so.1.1.0
namespace Echonest
Track::setSong ( Song const& song )
[symbol: _ZN8Echonest5Track7setSongERKNS_4SongE]
Track::song ( ) const
[symbol: _ZNK8Echonest5Track4songEv]
to the top
Removed Symbols (2)
Playlist.h,
libechonest.so.0.3.0
namespace Echonest
DynamicPlaylist::fetchNextSong ( int rating )
[symbol: _ZN8Echonest15DynamicPlaylist13fetchNextSongEi]
DynamicPlaylist::start ( DynamicPlaylist::PlaylistParams const& params )
[symbol: _ZN8Echonest15DynamicPlaylist5startERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE]
to the top
Problems with Symbols, High Severity (3)
Playlist.h,
libechonest.so.0.3.0
namespace Echonest
[+] DynamicPlaylist::fetchNextSong ( int rating ) (2)
changed to:DynamicPlaylist::fetchNextSong ( DynamicPlaylist::DynamicControls const& controls ) const
[symbol: _ZN8Echonest15DynamicPlaylist13fetchNextSongEi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8Echonest15DynamicPlaylist13fetchNextSongEi to _ZNK8Echonest15DynamicPlaylist13fetchNextSongERK7QVectorI5QPairINS0_18DynamicControlItemE7QStringEE. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8Echonest15DynamicPlaylist13fetchNextSongEi to _ZNK8Echonest15DynamicPlaylist13fetchNextSongERK7QVectorI5QPairINS0_18DynamicControlItemE7QStringEE. This may cause "undefined reference" linker error in old client applications. |
[+] DynamicPlaylist::start ( DynamicPlaylist::PlaylistParams const& params ) (1)
changed to:DynamicPlaylist::start ( DynamicPlaylist::PlaylistParams const& params ) const
[symbol: _ZN8Echonest15DynamicPlaylist5startERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8Echonest15DynamicPlaylist5startERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE to _ZNK8Echonest15DynamicPlaylist5startERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (15)
Artist.h
ArtistTypes.h
AudioSummary.h
Catalog.h
CatalogArtist.h
CatalogItem.h
CatalogSong.h
CatalogUpdateEntry.h
Config.h
echonest_export.h
Playlist.h
Song.h
Track.h
TypeInformation.h
Util.h
to the top
Shared Libraries (1)
libechonest.so.0.3.0
to the top