Binary compatibility report for the DevIL library between 1.6.5 and 1.6.6 versions on x86
Test Info
Library Name | DevIL |
Version #1 | 1.6.5 |
Version #2 | 1.6.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 3 |
Total Symbols / Types | 156 / 88 |
Verdict | Incompatible (0.3%) |
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)
ilut.h,
libILUT.so.1.0.165
[+] ilutGetString ( ILenum StringName ) (1)
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char const* to ILstring 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)
ilut.h,
libILUT.so.1.0.165
[+] ilutGetString ( ILenum StringName ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from char const* to ILstring const. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (5)
config.h
il.h
il_wrap.h
ilu.h
ilut.h
to the top
Shared Libraries (3)
libIL.so.1.0.165
libILU.so.1.0.165
libILUT.so.1.0.165
to the top