Binary compatibility report for the ClassAds library between 1.0.3 and 1.0.4 versions on x86
Test Info
Library Name | ClassAds |
Version #1 | 1.0.3 |
Version #2 | 1.0.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 619 / 272 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
classad.h,
libclassad.so.0.0.0
ClassAd::GetInternalReferences ( ExprTree const* tree, References& refs, bool fullNames )
[symbol: _ZN7ClassAd21GetInternalReferencesEPK8ExprTreeRSt3setISs12CaseIgnLTStrSaISsEEb]
util.h,
libclassad.so.0.0.0
timezone_offset ( time_t clock, bool no_dst )
[symbol: _Z15timezone_offsetlb]
to the top
Removed Symbols (1)
util.h,
libclassad.so.0.0.0
timezone_offset ( )
[symbol: _Z15timezone_offsetv]
to the top
Problems with Symbols, High Severity (1)
util.h,
libclassad.so.0.0.0
[+] timezone_offset ( ) (1)
changed to:timezone_offset ( time_t clock, bool no_dst )
[symbol: _Z15timezone_offsetv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _Z15timezone_offsetv to _Z15timezone_offsetlb. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (1)
classad_distribution.h
to the top
Shared Libraries (1)
libclassad.so.0.0.0
to the top