From 05ad3f286f98eb7821f024a2f6424236b5f16dd5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 May 2018 07:29:18 +0200 Subject: update to 2.9.0, from Fedora --- compat_reports/2.8.7_to_2.9.0/compat_report.html | 821 +++++++++++++++++++++++ 1 file changed, 821 insertions(+) create mode 100644 compat_reports/2.8.7_to_2.9.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.8.7_to_2.9.0/compat_report.html b/compat_reports/2.8.7_to_2.9.0/compat_report.html new file mode 100644 index 0000000..fb86e90 --- /dev/null +++ b/compat_reports/2.8.7_to_2.9.0/compat_report.html @@ -0,0 +1,821 @@ + + + + + + + + + +libcouchbase: 2.8.7 to 2.9.0 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.8.7 and 2.9.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.8.7
Version #22.9.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types259 / 437
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low4
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  3 


+crypto.h, libcouchbase.so.2.0.56
+lcbcrypto_decrypt_fields ( lcb_t instance, lcbcrypto_CMDDECRYPT* cmd )
+lcbcrypto_encrypt_fields ( lcb_t instance, lcbcrypto_CMDENCRYPT* cmd )
+
+tracing.h, libcouchbase.so.2.0.56
+lcbtrace_span_get_tag_bool ( lcbtrace_SPAN* span, char const* name, int* value )
+
+to the top
+ +

Problems with Data Types, Low Severity  4 


+crypto.h
+ +[+] struct lcbcrypto_CMDDECRYPT  3  +
+ + + +[+] union lcbcrypto_PROVIDER::anon-union-crypto.h-52  1  +
+ + +
+to the top
+

Header Files  32 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.55
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.8.7
Version #22.9.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types469 / 444
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low2
Problems with
Symbols
High0
Medium1
Low1
Problems with
Constants
Low3
Other Changes
in Data Types
-1
Other Changes
in Constants
-1
+ +

Added Symbols  2 


+crypto.h
+lcbcrypto_decrypt_fields ( lcb_t instance, lcbcrypto_CMDDECRYPT* cmd )
+lcbcrypto_encrypt_fields ( lcb_t instance, lcbcrypto_CMDENCRYPT* cmd )
+
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+tracing.h
+ +[+] lcbtrace_span_get_tag_bool ( lcbtrace_SPAN* span, char const* name, int value )  1  +
+ +
+to the top
+ +

Problems with Data Types, Low Severity  2 


+crypto.h
+ +[+] struct lcbcrypto_CMDDECRYPT  2  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  1 


+tracing.h
+ +[+] lcbtrace_span_get_tag_bool ( lcbtrace_SPAN* span, char const* name, int value )  1  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+crypto.h
+ +[+] union lcbcrypto_PROVIDER::anon-union-crypto.h-52  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+crypto.h
+ +[+] LCBCRYPTO_DEFAULT_FIELD_PREFIX +
+ + +
+to the top
+

Header Files  32 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.55
+
+
to the top
+



+ +
+ + -- cgit