Binary compatibility report for the lfcbase library between 1.5.8 and 1.5.9 versions on x86
Test Info
Library Name | lfcbase |
Version #1 | 1.5.8 |
Version #2 | 1.5.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 34 |
Total Shared Libraries | 1 |
Total Symbols / Types | 388 / 141 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
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 (2)
Chain.h,
liblfcbase.so.1.0.0
Chain::Chain [in-charge] ( double l, char const* format )
[symbol: _ZN5ChainC1EdPKc]
Chain::Chain [not-in-charge] ( double l, char const* format )
[symbol: _ZN5ChainC2EdPKc]
to the top
Removed Symbols (2)
Chain.h,
liblfcbase.so.1.0.0
Chain::Chain [in-charge] ( double l )
[symbol: _ZN5ChainC1Ed]
Chain::Chain [not-in-charge] ( double l )
[symbol: _ZN5ChainC2Ed]
to the top
Problems with Symbols, High Severity (2)
Chain.h,
liblfcbase.so.1.0.0
[+] Chain::Chain [not-in-charge] ( double l ) (1)
changed to:Chain::Chain [not-in-charge] ( double l, char const* format )
[symbol: _ZN5ChainC2Ed]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5ChainC2Ed to _ZN5ChainC2EdPKc. This may cause "undefined reference" linker error in old client applications. |
[+] Chain::Chain [in-charge] ( double l ) (1)
changed to:Chain::Chain [in-charge] ( double l, char const* format )
[symbol: _ZN5ChainC1Ed]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5ChainC1Ed to _ZN5ChainC1EdPKc. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (34)
AESCrypt.h
AVLTreeT.h
Base64Coder.h
BigDecimal.h
BigInteger.h
Bitmap.h
Chain.h
CommandExecuter.h
Crypt.h
Datetime.h
Directory.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)
liblfcbase.so.1.0.0
to the top