Binary compatibility report for the libmpdclient library  between 0.9.2 and 0.10.0 versions on x86

Test Info


Library Namelibmpdclient
Version #10.9.2
Version #20.10.0
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types47 / 29
VerdictIncompatible
(76.60%)

Problem Summary


SeverityCount
Added Symbols-7
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium5
Low2
Problems with
Symbols
High0
Medium1
Low0
Problems with
Constants
Low0

Added Symbols (7)


libmpdclient.h, libmpdclient.so
mpd_freeStats mpd_Stats* stats )
mpd_getStats mpd_Connection* connection )
mpd_sendCrossfadeCommand ( mpd_Connection* connection, int seconds )
mpd_sendListallInfoCommand ( mpd_Connection* connection, char const* dir )
mpd_sendPasswordCommand ( mpd_Connection* connection, char const* pass )
mpd_sendSetvolCommand ( mpd_Connection* connection, int volumeChange )
mpd_setConnectionTimeout ( mpd_Connection* connection, float timeout )

to the top

Problems with Data Types, Medium Severity (5)


libmpdclient.h
[+] struct _mpd_Connection (1)
[+] struct mpd_Status (4)

to the top

Problems with Symbols, Medium Severity (1)


libmpdclient.h, libmpdclient.so
[+] mpd_newConnection ( char const* host, int port, int timeout ) (1)

to the top

Problems with Data Types, Low Severity (2)


libmpdclient.h
[+] struct _mpd_Connection (1)
[+] struct mpd_Status (1)

to the top

Header Files (1)


libmpdclient.h

to the top

Shared Libraries (1)


libmpdclient.so

to the top




Generated on Sat Sep 3 18:03:01 2011 for libmpdclient by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API