Binary compatibility report for the libwpd library between 0.9.5 and 0.9.6 versions on x86
Test Info
Library Name | libwpd |
Version #1 | 0.9.5 |
Version #2 | 0.9.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 2 |
Total Symbols / Types | 134 / 80 |
Verdict | Incompatible (0.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Medium Severity (1)
WPXPropertyList.h,
libwpd-0.9.so.9.0.5
[+] WPXPropertyList::operator = ( WPXPropertyList const& propList ) (1)
[symbol: _ZN15WPXPropertyListaSERKS_]
| Change | Effect |
---|
1 | Type of return value became const. | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Problems with Symbols, Low Severity (1)
WPXPropertyList.h,
libwpd-0.9.so.9.0.5
[+] WPXPropertyList::operator = ( WPXPropertyList const& propList ) (1)
[symbol: _ZN15WPXPropertyListaSERKS_]
| Change | Effect |
---|
1 | Type of return value has been changed from WPXPropertyList& to WPXPropertyList const&. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (11)
libwpd-stream.h
libwpd.h
WPDocument.h
WPXBinaryData.h
WPXDocumentInterface.h
WPXProperty.h
WPXPropertyList.h
WPXPropertyListVector.h
WPXStream.h
WPXStreamImplementation.h
WPXString.h
to the top
Shared Libraries (2)
libwpd-0.9.so.9.0.5
libwpd-stream-0.9.so.9.0.5
to the top