Binary compatibility report for the Ecore library between 1.0.0 and 1.0.1 versions on x86
Test Info
Library Name | Ecore |
Version #1 | 1.0.0 |
Version #2 | 1.0.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 8 |
Total Symbols / Types | 1089 / 397 |
Verdict | Compatible |
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 | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
Ecore.h,
libecore.so.1.0.0
[+] ecore_main_win32_handler_add ( void* h, Ecore_Fd_Win32_Cb func, void const* data ) (1)
changed to:ecore_main_win32_handler_add ( void* h, Ecore_Win32_Handle_Cb func, void const* data )
| Change | Effect |
---|
1 | Type of 2nd parameter func has been changed from Ecore_Fd_Win32_Cb to Ecore_Win32_Handle_Cb. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (11)
Ecore.h
Ecore_Con.h
Ecore_Fb.h
Ecore_File.h
Ecore_Getopt.h
Ecore_IMF.h
Ecore_Input.h
Ecore_Ipc.h
Ecore_X.h
Ecore_X_Atoms.h
Ecore_X_Cursor.h
to the top
Shared Libraries (8)
libecore.so.1.0.0
libecore_con.so.1.0.0
libecore_fb.so.1.0.0
libecore_file.so.1.0.0
libecore_imf.so.1.0.0
libecore_input.so.1.0.0
libecore_ipc.so.1.0.0
libecore_x.so.1.0.0
to the top