Binary compatibility report for the libmemcached library  between 0.8 and 0.9 versions on x86

Test Info


Library Namelibmemcached
Version #10.8
Version #20.9
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types35 / 39
VerdictIncompatible
(92.9%)

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High5
Medium8
Low7
Problems with
Symbols
High0
Medium2
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1

Added Symbols (4)


memcached.h, libmemcached.so.1.0.1
memcached_append ( memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint16_t flags )
memcached_cas ( memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint16_t flags, uint64_t cas )
memcached_prepend ( memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint16_t flags )
memcached_server_add_udp ( memcached_st* ptr, char* hostname, unsigned int port )

to the top

Problems with Data Types, High Severity (5)


memcached.h
[+] struct memcached_st (5)

to the top

Problems with Data Types, Medium Severity (8)


memcached.h
[+] struct memcached_server_st (7)
[+] struct memcached_stat_st (1)

to the top

Problems with Symbols, Medium Severity (2)


memcached.h, libmemcached.so.1.0.0
[+] memcached_decrement ( memcached_st* ptr, char* key, size_t key_length, unsigned int offset, unsigned int* value ) (1)
[+] memcached_increment ( memcached_st* ptr, char* key, size_t key_length, unsigned int offset, unsigned int* value ) (1)

to the top

Problems with Data Types, Low Severity (7)


memcached.h
[+] enum memcached_return (1)
[+] struct memcached_server_st (4)
[+] struct memcached_st (1)
[+] struct memcached_stat_st (1)

to the top

Other Changes in Data Types (1)


memcached.h
[+] enum memcached_return (1)

to the top

Header Files (1)


memcached.h

to the top

Shared Libraries (1)


libmemcached.so.1.0.0

to the top




Generated on Tue Nov 26 11:14:22 2013 for libmemcached by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API