Binary compatibility report for the ADG library between 0.7.1 and 0.7.2 versions on x86
Test Info
Library Name | ADG |
Version #1 | 0.7.1 |
Version #2 | 0.7.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 2 |
Total Symbols / Types | 597 / 281 |
Verdict | Incompatible (4.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 28 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 1 |
Added Symbols (1)
adg-canvas.h,
libadg-1.so.3.0.0
adg_canvas_get_page_setup ( AdgCanvas* canvas )
to the top
Removed Symbols (28)
adg-dress-builtins.h,
libadg-1.so.3.0.0
_adg_dress_color ( )
_adg_dress_color_annotation ( )
_adg_dress_color_axis ( )
_adg_dress_color_background ( )
_adg_dress_color_dimension ( )
_adg_dress_color_fill ( )
_adg_dress_color_hidden ( )
_adg_dress_color_stroke ( )
_adg_dress_dimension ( )
_adg_dress_fill ( )
_adg_dress_fill_hatch ( )
_adg_dress_font ( )
_adg_dress_font_annotation ( )
_adg_dress_font_quote_annotation ( )
_adg_dress_font_quote_text ( )
_adg_dress_font_text ( )
_adg_dress_line ( )
_adg_dress_line_axis ( )
_adg_dress_line_dimension ( )
_adg_dress_line_fill ( )
_adg_dress_line_frame ( )
_adg_dress_line_grid ( )
_adg_dress_line_hidden ( )
_adg_dress_line_stroke ( )
_adg_dress_table ( )
adg-dress.h,
libadg-1.so.3.0.0
_adg_param_spec_dress_get_type ( )
adg_dress_new ( gchar const* name, AdgStyle* fallback )
adg_dress_new_full ( gchar const* name, AdgStyle* fallback, GType ancestor_type )
to the top
Problems with Symbols, Low Severity (1)
adg-dress.h,
libadg-1.so.3.0.0
[+] adg_dress_set ( AdgDress* dress, AdgDress src ) (1)
changed to:adg_dress_set ( enum AdgDress* dress, enum AdgDress src )
| Change | Effect |
---|
1 | Base type of 1st parameter dress has been changed from int to enum AdgDress. | Replacement of parameter base type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (1)
adg-dress-builtins.h
[+] ADG_DRESS_UNDEFINED
| Change | Effect |
---|
1 | The constant ADG_DRESS_UNDEFINED with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Header Files (3)
adg-type-builtins.h
adg.h
cpml.h
to the top
Shared Libraries (2)
libadg-1.so.3.0.0
libcpml-1.so.2.0.0
to the top