Binary compatibility report for the libmpd library between 0.13.0 and 0.13.1.1 versions on x86
Test Info
Library Name | libmpd |
Version #1 | 0.13.0 |
Version #2 | 0.13.1.1 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 191 / 72 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 10 |
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 | 4 |
Added Symbols (10)
libmpd-playlist.h,
libmpd.so.0.0.0
mpd_playlist_search_add_constraint ( MpdObj* mi, mpd_TagItems field, char const* value )
mpd_playlist_search_commit ( MpdObj* mi )
mpd_playlist_search_start ( MpdObj* mi, int exact )
libmpdclient.h,
libmpd.so.0.0.0
mpd_getNextHandler ( mpd_Connection* connection )
mpd_getNextTagType ( mpd_Connection* connection )
mpd_sendPlaylistAddCommand ( mpd_Connection* connection, char* playlist, char* path )
mpd_sendPlaylistClearCommand ( mpd_Connection* connection, char* path )
mpd_sendTagTypesCommand ( mpd_Connection* connection )
mpd_sendUrlHandlersCommand ( mpd_Connection* connection )
mpd_startPlaylistSearch ( mpd_Connection* connection, int exact )
to the top
Problems with Symbols, Low Severity (2)
libmpd-database.h,
libmpd.so.0.0.0
[+] mpd_database_search_add_constraint ( MpdObj* mi, mpd_TagItems field, char* value ) (1)
| Change | Effect |
---|
1 | Type of 3rd parameter value has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
libmpdclient.h,
libmpd.so.0.0.0
[+] mpd_addConstraintSearch ( mpd_Connection* connection, int type, char* name ) (1)
| Change | Effect |
---|
1 | Type of 3rd parameter name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Problems with Constants (4)
libmpdclient.h
[+] MPD_TABLE_ALBUM
| Change | Effect |
---|
1 | The value of constant MPD_TABLE_ALBUM has been changed from 1 to MPD_TAG_ITEM_ALBUM. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] MPD_TABLE_ARTIST
| Change | Effect |
---|
1 | The value of constant MPD_TABLE_ARTIST has been changed from 0 to MPD_TAG_ITEM_ARTIST. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] MPD_TABLE_FILENAME
| Change | Effect |
---|
1 | The value of constant MPD_TABLE_FILENAME has been changed from 3 to MPD_TAG_ITEM_FILENAME. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] MPD_TABLE_TITLE
| Change | Effect |
---|
1 | The value of constant MPD_TABLE_TITLE has been changed from 2 to MPD_TAG_ITEM_TITLE. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Header Files (8)
libmpd-database.h
libmpd-player.h
libmpd-playlist.h
libmpd-status.h
libmpd-strfsong.h
libmpd-version.h
libmpd.h
libmpdclient.h
to the top
Shared Libraries (1)
libmpd.so.0.0.0
to the top