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

Test Info


Library Namelibconfig
Version #11.3.2
Version #21.4.5
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries2
Total Symbols / Types50 / 44
VerdictIncompatible
(100%)

Problem Summary


SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High1
Medium2
Low9
Problems with
Symbols
High0
Medium0
Low6
Problems with
Constants
Low0
Other Changes-0

Added Symbols (2)


libconfig.h, libconfig++.so.9.0.4
config_lookup_from ( config_setting_t* setting, char const* path )
config_read_string ( config_t* config, char const* str )

to the top

Problems with Data Types, High Severity (1)


libconfig.h
[+] struct config_list_t (1)

to the top

Problems with Data Types, Medium Severity (2)


libconfig.h
[+] struct config_t (2)

to the top

Problems with Data Types, Low Severity (9)


libconfig.h
[+] struct config_list_t (1)
[+] struct config_setting_t (2)
[+] struct config_t (5)
[+] union config_value_t (1)

to the top

Problems with Symbols, Low Severity (6)


libconfig.h, libconfig++.so.8.0.0
[+] config_lookup_int ( config_t const* config, char const* path, long* value ) (1)
[+] config_setting_get_int config_setting_t const* setting ) (1)
[+] config_setting_get_int_elem ( config_setting_t const* setting, int idx ) (1)
[+] config_setting_lookup_int ( config_setting_t const* setting, char const* name, long* value ) (1)
[+] config_setting_set_int ( config_setting_t* setting, long value ) (1)
[+] config_setting_set_int_elem ( config_setting_t* setting, int idx, long value ) (1)

to the top

Header Files (1)


libconfig.h

to the top

Shared Libraries (2)


libconfig++.so.8.0.0
libconfig.so.8.0.0

to the top




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