From 61b6b0822b70b6eb424b3f066ce06a2b3aaa2091 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2017 09:38:07 +0200 Subject: v2.7.4 --- compat_reports/2.6.3_to_2.6.4/compat_report.html | 602 +++++++++++++++++++++++ 1 file changed, 602 insertions(+) create mode 100644 compat_reports/2.6.3_to_2.6.4/compat_report.html (limited to 'compat_reports/2.6.3_to_2.6.4') diff --git a/compat_reports/2.6.3_to_2.6.4/compat_report.html b/compat_reports/2.6.3_to_2.6.4/compat_report.html new file mode 100644 index 0000000..2bd3ebd --- /dev/null +++ b/compat_reports/2.6.3_to_2.6.4/compat_report.html @@ -0,0 +1,602 @@ + + + + + + + + +libcouchbase: 2.6.3 to 2.6.4 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.6.3 and 2.6.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.6.3
Version #22.6.4
Archx86_64
GCC Version6.2.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Shared Libraries1
Total Symbols / Types209 / 625
Compatibility100%
+

Problem Summary


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

Added Symbols  5 


+auth.h, libcouchbase.so.2.0.39
+lcbauth_add_pass ( lcb_AUTHENTICATOR* auth, char const* user, char const* pass, int flags )
+lcbauth_new ( )
+lcbauth_ref lcb_AUTHENTICATOR* auth )
+lcbauth_unref lcb_AUTHENTICATOR* auth )
+
+couchbase.h, libcouchbase.so.2.0.39
+lcb_set_auth lcb_t instance, lcb_AUTHENTICATOR* auth )
+
+to the top
+

Header Files  28 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.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
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Shared Libraries  1 


+
+libcouchbase.so.2.0.38
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.6.3
Version #22.6.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Shared Libraries1
Total Symbols / Types260 / 663
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-7
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
+ +

Added Symbols  7 


+auth.h
+lcbauth_add_pass ( lcb_AUTHENTICATOR* auth, char const* user, char const* pass, int flags )
+lcbauth_get_bpass ( lcb_AUTHENTICATOR const* auth, char const* name )
+lcbauth_get_upass ( lcb_AUTHENTICATOR const* auth, char const** u, char const** p )
+lcbauth_new ( )
+lcbauth_ref lcb_AUTHENTICATOR* auth )
+lcbauth_unref lcb_AUTHENTICATOR* auth )
+
+couchbase.h
+lcb_set_auth lcb_t instance, lcb_AUTHENTICATOR* auth )
+
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Header Files  28 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.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
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Shared Libraries  1 


+
+libcouchbase.so.2.0.38
+
+
to the top
+



+ +
+ + -- cgit