Binary compatibility report for the libconfig library  between 1.3.1 and 1.3.2 versions on x86

Test Info


Library Namelibconfig
Version #11.3.1
Version #21.3.2
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries2
Total Symbols / Types45 / 39
VerdictIncompatible
(5.56%)

Problem Summary


SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium8
Low2
Problems with
Constants
Low0
Other Changes-0

Added Symbols (5)


libconfig.h, libconfig++.so.8.0.0
config_setting_lookup_bool ( config_setting_t const* setting, char const* name, int* value )
config_setting_lookup_float ( config_setting_t const* setting, char const* name, double* value )
config_setting_lookup_int ( config_setting_t const* setting, char const* name, long* value )
config_setting_lookup_int64 ( config_setting_t const* setting, char const* name, long long* value )
config_setting_lookup_string ( config_setting_t const* setting, char const* name, char const** value )

to the top

Problems with Symbols, Medium Severity (8)


libconfig.h, libconfig++.so.6.1.1
[+] config_lookup_bool ( config_t const* config, char const* path ) (1)
[+] config_lookup_float ( config_t const* config, char const* path ) (2)
[+] config_lookup_int ( config_t const* config, char const* path ) (1)
[+] config_lookup_int64 ( config_t const* config, char const* path ) (2)
[+] config_lookup_string ( config_t const* config, char const* path ) (2)

to the top

Problems with Symbols, Low Severity (2)


libconfig.h, libconfig++.so.6.1.1
[+] config_lookup_int ( config_t const* config, char const* path ) (1)
[+] config_lookup_string ( config_t const* config, char const* path ) (1)

to the top

Header Files (1)


libconfig.h

to the top

Shared Libraries (2)


libconfig++.so.6.1.1
libconfig.so.6.1.1

to the top




Generated on Thu Nov 17 17:01:52 2011 for libconfig by ABI Compliance Checker 1.95.10  
A tool for checking backward binary compatibility of a shared C/C++ library API