Binary compatibility report for the lfcbase library between 1.1.41 and 1.2.0 versions on x86
Test Info
Library Name | lfcbase |
Version #1 | 1.1.41 |
Version #2 | 1.2.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 32 |
Total Shared Libraries | 1 |
Total Symbols / Types | 368 / 137 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (3)
Net.h,
liblfc.so.1
Net::connect ( Chain const& hostname, Chain const& service )
[symbol: _ZN3Net7connectERK5ChainS2_]
Net::connect ( Chain const& hostname, Chain const& service, int timeout )
[symbol: _ZN3Net7connectERK5ChainS2_i]
Net::serve ( Chain const& hostname, Chain const& service )
[symbol: _ZN3Net5serveERK5ChainS2_]
to the top
Removed Symbols (2)
Net.h,
liblfc.so.1
Net::connect ( Chain const& hostname, int port )
[symbol: _ZN3Net7connectERK5Chaini]
Net::connect ( Chain const& hostname, int port, int timeout )
[symbol: _ZN3Net7connectERK5Chainii]
to the top
Problems with Symbols, High Severity (2)
Net.h,
liblfc.so.1
[+] Net::connect ( Chain const& hostname, int port ) (1)
changed to:Net::connect ( Chain const& hostname, Chain const& service )
[symbol: _ZN3Net7connectERK5Chaini]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN3Net7connectERK5Chaini to _ZN3Net7connectERK5ChainS2_. This may cause "undefined reference" linker error in old client applications. |
[+] Net::connect ( Chain const& hostname, int port, int timeout ) (1)
changed to:Net::connect ( Chain const& hostname, Chain const& service )
[symbol: _ZN3Net7connectERK5Chainii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN3Net7connectERK5Chainii to _ZN3Net7connectERK5ChainS2_. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (32)
AESCrypt.h
Base64Coder.h
BigDecimal.h
BigInteger.h
Bitmap.h
Chain.h
CommandExecuter.h
Crypt.h
Datetime.h
Exception.h
File.h
GetLongOpt.h
GetOpt.h
Host.h
ListT.h
Logger.h
Matcher.h
NanoTimer.h
Net.h
NetHandler.h
Process.h
Semaphore.h
SetT.h
SharedMemory.h
SigHandler.h
Sleeper.h
StackT.h
Thread.h
ThreadLock.h
Timer.h
Tokenizer.h
TreeT.h
to the top
Shared Libraries (1)
liblfc.so.1
to the top