Binary compatibility report for the libmpdclient library between 2.1 and 2.2 versions on x86
Test Info
Library Name | libmpdclient |
Version #1 | 2.1 |
Version #2 | 2.2 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 31 |
Total Shared Libraries | 1 |
Total Symbols / Types | 261 / 75 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 7 |
Problems with Constants | Low | 0 |
Added Symbols (6)
player.h,
libmpdclient.so.2.0.0
mpd_run_mixrampdb ( mpd_connection* connection, float db ) @@ libmpdclient2
mpd_run_mixrampdelay ( mpd_connection* connection, float seconds ) @@ libmpdclient2
mpd_send_mixrampdb ( mpd_connection* connection, float db ) @@ libmpdclient2
mpd_send_mixrampdelay ( mpd_connection* connection, float seconds ) @@ libmpdclient2
status.h,
libmpdclient.so.2.0.0
mpd_status_get_mixrampdb ( mpd_status const* status ) @@ libmpdclient2
mpd_status_get_mixrampdelay ( mpd_status const* status ) @@ libmpdclient2
to the top
Problems with Symbols, Low Severity (7)
stats.h,
libmpdclient.so.2.0.0
[+] mpd_stats_get_db_play_time ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_db_update_time ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_number_of_albums ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_number_of_artists ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_number_of_songs ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_play_time ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] mpd_stats_get_uptime ( mpd_stats* stats ) @@ libmpdclient2 (1)
| Change | Effect |
---|
1 | Type of 1st parameter stats has been changed from mpd_stats* to mpd_stats const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (31)
async.h
audio_format.h
capabilities.h
client.h
compiler.h
connection.h
database.h
directory.h
entity.h
error.h
idle.h
list.h
mixer.h
output.h
pair.h
parser.h
password.h
player.h
playlist.h
protocol.h
queue.h
recv.h
response.h
search.h
send.h
song.h
stats.h
status.h
sticker.h
tag.h
version.h
to the top
Shared Libraries (1)
libmpdclient.so.2.0.0
to the top