Binary compatibility report for the DevIL library between 1.3.0 and 1.3.1 versions on x86
Test Info
Library Name | DevIL |
Version #1 | 1.3.0 |
Version #2 | 1.3.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 3 |
Total Symbols / Types | 151 / 84 |
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 | 2 |
Problems with Constants | Low | 0 |
Added Symbols (1)
il.h,
libIL.so.1.0.130
ilApplyProfile ( ILstring const InProfile, ILstring const OutProfile )
to the top
Problems with Symbols, Low Severity (2)
il.h,
libIL.so.1.0.130
[+] ilLoadFromJpegStruct ( struct jpeg_decompress_struct* JpegDecompressorPtr ) (1)
changed to:ilLoadFromJpegStruct ( void* JpegDecompressorPtr )
| Change | Effect |
---|
1 | Type of 1st parameter JpegDecompressorPtr has been changed from struct jpeg_decompress_struct* to void*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] ilSaveFromJpegStruct ( struct jpeg_compress_struct* JpegCompressorPtr ) (1)
changed to:ilSaveFromJpegStruct ( void* JpegCompressorPtr )
| Change | Effect |
---|
1 | Type of 1st parameter JpegCompressorPtr has been changed from struct jpeg_compress_struct* to void*. | Replacement of parameter data 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.130
libILU.so.1.0.130
libILUT.so.1.0.130
to the top