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 +++++++++++++++ compat_reports/2.6.4_to_2.7.0/compat_report.html | 580 +++++++++++++++ compat_reports/2.7.0_to_2.7.1/compat_report.html | 739 +++++++++++++++++++ compat_reports/2.7.1_to_2.7.2/compat_report.html | 734 ++++++++++++++++++ compat_reports/2.7.2_to_2.7.3/compat_report.html | 903 +++++++++++++++++++++++ compat_reports/2.7.3_to_2.7.4/compat_report.html | 607 +++++++++++++++ 6 files changed, 4165 insertions(+) create mode 100644 compat_reports/2.6.3_to_2.6.4/compat_report.html create mode 100644 compat_reports/2.6.4_to_2.7.0/compat_report.html create mode 100644 compat_reports/2.7.0_to_2.7.1/compat_report.html create mode 100644 compat_reports/2.7.1_to_2.7.2/compat_report.html create mode 100644 compat_reports/2.7.2_to_2.7.3/compat_report.html create mode 100644 compat_reports/2.7.3_to_2.7.4/compat_report.html (limited to 'compat_reports') 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
+



+ +
+ + diff --git a/compat_reports/2.6.4_to_2.7.0/compat_report.html b/compat_reports/2.6.4_to_2.7.0/compat_report.html new file mode 100644 index 0000000..8830257 --- /dev/null +++ b/compat_reports/2.6.4_to_2.7.0/compat_report.html @@ -0,0 +1,580 @@ + + + + + + + + +libcouchbase: 2.6.4 to 2.7.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.6.4
Version #22.7.0
Archx86_64
GCC Version6.2.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Shared Libraries1
Total Symbols / Types214 / 628
Compatibility100%
+

Problem Summary


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

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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.39
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.6.4
Version #22.7.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Shared Libraries1
Total Symbols / Types267 / 669
Compatibility100%
+

Problem Summary


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

Problems with Constants, Low Severity  3 


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

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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.39
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.7.0_to_2.7.1/compat_report.html b/compat_reports/2.7.0_to_2.7.1/compat_report.html new file mode 100644 index 0000000..05e4d98 --- /dev/null +++ b/compat_reports/2.7.0_to_2.7.1/compat_report.html @@ -0,0 +1,739 @@ + + + + + + + + +libcouchbase: 2.7.0 to 2.7.1 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.7.0 and 2.7.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.0
Version #22.7.1
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Shared Libraries1
Total Symbols / Types214 / 628
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+couchbase.h, libcouchbase.so.2.0.41
+lcb_dnssrv_getbslist char const* p1, int p2, enum lcb_error_t* p3 )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+views.h
+ +[+] typedef lcb_VIEWHANDLE  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+subdoc.h
+ +[+] LCB_SDSPEC_F_VIRTPATH +
+ + + +[+] LCB_SDSPEC_F_XATTRPATH +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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.40
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.0
Version #22.7.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Shared Libraries1
Total Symbols / Types267 / 669
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+couchbase.h
+lcb_dnssrv_getbslist char const* p1, int p2, enum lcb_error_t* p3 )
+lcb_dnssrv_query char const* p1, struct hostlist_st* p2 )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+views.h
+ +[+] typedef lcb_VIEWHANDLE  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 Constants  2 


+subdoc.h
+ +[+] LCB_SDSPEC_F_VIRTPATH +
+ + + +[+] LCB_SDSPEC_F_XATTRPATH +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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.40
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.7.1_to_2.7.2/compat_report.html b/compat_reports/2.7.1_to_2.7.2/compat_report.html new file mode 100644 index 0000000..e75c768 --- /dev/null +++ b/compat_reports/2.7.1_to_2.7.2/compat_report.html @@ -0,0 +1,734 @@ + + + + + + + + +libcouchbase: 2.7.1 to 2.7.2 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.7.1 and 2.7.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.1
Version #22.7.2
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types215 / 398
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+error.h, libcouchbase.so.2.0.42
+lcb_strerror_short ( enum lcb_error_t error )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+subdoc.h
+ +[+] LCB_SDSPEC_F_VIRTPATH +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+subdoc.h
+ +[+] LCB_SDSPEC_F_XATTR_DELETED_OK +
+ + + +[+] LCB_SDSPEC_F_XATTR_MACROVALUES +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.41
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.1
Version #22.7.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types274 / 405
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Constants
-2
+ +

Added Symbols  1 


+error.h
+lcb_strerror_short ( enum lcb_error_t error )
+
+to the top
+ +

Problems with Constants, Low Severity  4 


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

Other Changes in Constants  2 


+subdoc.h
+ +[+] LCB_SDSPEC_F_XATTR_DELETED_OK +
+ + + +[+] LCB_SDSPEC_F_XATTR_MACROVALUES +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.41
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.7.2_to_2.7.3/compat_report.html b/compat_reports/2.7.2_to_2.7.3/compat_report.html new file mode 100644 index 0000000..06c4dca --- /dev/null +++ b/compat_reports/2.7.2_to_2.7.3/compat_report.html @@ -0,0 +1,903 @@ + + + + + + + + +libcouchbase: 2.7.2 to 2.7.3 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.7.2 and 2.7.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.2
Version #22.7.3
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types216 / 397
Compatibility99.5%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-3
Other Changes
in Constants
-3
+ +

Added Symbols  1 


+auth.h, libcouchbase.so.2.0.43
+lcbauth_clone ( lcb_AUTHENTICATOR const* src )
+
+to the top
+

Removed Symbols  1 


+couchbase.h, libcouchbase.so.2.0.42
+lcb_dnssrv_getbslist ( char const* p1, int p2, enum lcb_error_t* p3 )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+cntl.h
+ +[+] LCB_CNTL__MAX +
+ + +
+to the top
+ +

Other Changes in Data Types  3 


+error.h
+ +[+] enum lcb_error_t  3  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+cntl.h
+ +[+] LCB_CNTL_ENABLE_ERRMAP +
+ + + +[+] LCB_CNTL_SELECT_BUCKET +
+ + +
+n1ql.h
+ +[+] LCB_CMDN1QL_F_CBASQUERY +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.42
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.2
Version #22.7.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types275 / 404
Compatibility99.3%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Data Types
-3
Other Changes
in Constants
-3
+ +

Added Symbols  1 


+auth.h
+lcbauth_clone ( lcb_AUTHENTICATOR const* src )
+
+to the top
+

Removed Symbols  2 


+couchbase.h
+lcb_dnssrv_getbslist ( char const* p1, int p2, enum lcb_error_t* p3 )
+lcb_dnssrv_query ( char const* p1, struct hostlist_st* p2 )
+
+to the top
+ +

Problems with Constants, Low Severity  4 


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

Other Changes in Data Types  3 


+error.h
+ +[+] enum lcb_error_t  3  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+cntl.h
+ +[+] LCB_CNTL_ENABLE_ERRMAP +
+ + + +[+] LCB_CNTL_SELECT_BUCKET +
+ + +
+n1ql.h
+ +[+] LCB_CMDN1QL_F_CBASQUERY +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.42
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.7.3_to_2.7.4/compat_report.html b/compat_reports/2.7.3_to_2.7.4/compat_report.html new file mode 100644 index 0000000..9cea341 --- /dev/null +++ b/compat_reports/2.7.3_to_2.7.4/compat_report.html @@ -0,0 +1,607 @@ + + + + + + + + +libcouchbase: 2.7.3 to 2.7.4 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.7.3 and 2.7.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.3
Version #22.7.4
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types216 / 397
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+auth.h, libcouchbase.so.2.0.44
+lcbauth_set_mode ( lcb_AUTHENTICATOR* src, enum lcbauth_MODE mode )
+
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.43
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.3
Version #22.7.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types274 / 404
Compatibility99.3%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
+ +

Added Symbols  1 


+auth.h
+lcbauth_set_mode ( lcb_AUTHENTICATOR* src, enum lcbauth_MODE mode )
+
+to the top
+

Removed Symbols  2 


+auth.h
+lcbauth_get_bpass ( lcb_AUTHENTICATOR const* auth, char const* name )
+lcbauth_get_upass ( lcb_AUTHENTICATOR const* auth, char const** u, char const** p )
+
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.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
+

Libraries  1 


+
+libcouchbase.so.2.0.43
+
+
to the top
+



+ +
+ + -- cgit