Binary compatibility report for the libechonest library between 1.1.8 and 1.1.9 versions on x86
Test Info
Library Name | libechonest |
Version #1 | 1.1.8 |
Version #2 | 1.1.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 15 |
Total Shared Libraries | 1 |
Total Symbols / Types | 597 / 351 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (2)
Song.h,
libechonest.so.1.1.9
namespace Echonest
Song::identify ( Song::IdentifyParams const& params, SongInformation const& information ) [static]
[symbol: _ZN8Echonest4Song8identifyERK7QVectorI5QPairINS0_13IdentifyParamE8QVariantEERKNS_15SongInformationE]
Song::parseIdentify ( QNetworkReply* p1 ) [static]
[symbol: _ZN8Echonest4Song13parseIdentifyEP13QNetworkReply]
to the top
Problems with Symbols, Low Severity (1)
Artist.h,
libechonest.so.1.1.5
namespace Echonest
[+] Artist::listTerms ( QString const& type ) [static] (1)
[symbol: _ZN8Echonest6Artist9listTermsERK7QString]
| Change | Effect |
---|
1 | The default argument "style" of 1st parameter type has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of 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.1.1.5
to the top