Binary compatibility report for the kyotocabinet library between 1.2.70 and 1.2.71 versions on x86
Test Info
Library Name | kyotocabinet |
Version #1 | 1.2.70 |
Version #2 | 1.2.71 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 19 |
Total Shared Libraries | 1 |
Total Symbols / Types | 836 / 309 |
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 | 4 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (4)
kclangc.h,
libkyotocabinet.so.15.9.0
[+] kcdbcas ( KCDB* db, char const* kbuf, size_t ksiz, char const* nvbuf, size_t nvsiz, char const* ovbuf, size_t ovsiz ) (4)
changed to:kcdbcas ( KCDB* db, char const* kbuf, size_t ksiz, char const* ovbuf, size_t ovsiz, char const* nvbuf, size_t nvsiz )
| Change | Effect |
---|
1 | 4th parameter nvbuf has been renamed to ovbuf. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 5th parameter nvsiz has been renamed to ovsiz. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 6th parameter ovbuf has been renamed to nvbuf. | Renaming of a parameter may indicate a change in its semantic meaning. |
4 | 7th parameter ovsiz has been renamed to nvsiz. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (19)
kccachedb.h
kccommon.h
kccompare.h
kccompress.h
kcdb.h
kcdbext.h
kcdirdb.h
kcfile.h
kchashdb.h
kclangc.h
kcmap.h
kcplantdb.h
kcpolydb.h
kcprotodb.h
kcregex.h
kcstashdb.h
kctextdb.h
kcthread.h
kcutil.h
to the top
Shared Libraries (1)
libkyotocabinet.so.15.9.0
to the top