Binary compatibility report for the QJson library between 0.8.0 and 0.8.1 versions on x86
Test Info
Library Name | QJson |
Version #1 | 0.8.0 |
Version #2 | 0.8.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 56 / 80 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (1)
serializer.h,
libqjson.so.0.8.1
namespace QJson
Serializer::serialize ( QVariant const& variant )
[symbol: _ZN5QJson10Serializer9serializeERK8QVariant]
to the top
Problems with Symbols, Low Severity (1)
serializer.h,
libqjson.so.0.8.0
namespace QJson
[+] Serializer::serialize ( QVariant const& variant, bool* ok ) (1)
[symbol: _ZN5QJson10Serializer9serializeERK8QVariantPb]
| Change | Effect |
---|
1 | The default argument 0 of 2nd parameter ok has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (6)
parser.h
parserrunnable.h
qjson_export.h
qobjecthelper.h
serializer.h
serializerrunnable.h
to the top
Shared Libraries (1)
libqjson.so.0.8.0
to the top