Binary compatibility report for the Dee library between 0.5.14 and 0.5.16 versions on x86
Test Info
Library Name | Dee |
Version #1 | 0.5.14 |
Version #2 | 0.5.16 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 121 / 116 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
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 |
Added Symbols (6)
dee-filter-model.h,
libdee-1.0.so.1.1.0
dee_filter_model_insert_iter_with_original_order ( DeeFilterModel* self, DeeModelIter* iter )
dee-filters.h,
libdee-1.0.so.1.1.0
dee_filter_new_collator ( guint column )
dee_filter_new_for_any_column ( guint column, GVariant* value )
dee_filter_new_for_key_column ( guint column, gchar const* key )
dee_filter_new_regex ( guint column, GRegex* regex )
dee-index.h,
libdee-1.0.so.1.1.0
dee_index_lookup_one ( DeeIndex* self, gchar const* term )
to the top
Problems with Symbols, Low Severity (1)
dee-term-list.h,
libdee-1.0.so.1.0.5
[+] dee_term_list_add_term ( DeeTermList* self, gchar const* key ) (1)
changed to:dee_term_list_add_term ( DeeTermList* self, gchar const* term )
| Change | Effect |
---|
1 | 2nd parameter key has been renamed to term. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (2)
dee-file-resource-manager.h
dee.h
to the top
Shared Libraries (1)
libdee-1.0.so.1.0.5
to the top