From 1647641ecb1b6f0e021ccf4ebce096cd9b703754 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Aug 2017 13:38:58 +0200 Subject: v2.7.7 --- compat_reports/2.7.6.1_to_2.7.7/compat_report.html | 1147 ++++++++++++++++++++ 1 file changed, 1147 insertions(+) create mode 100644 compat_reports/2.7.6.1_to_2.7.7/compat_report.html (limited to 'compat_reports/2.7.6.1_to_2.7.7/compat_report.html') diff --git a/compat_reports/2.7.6.1_to_2.7.7/compat_report.html b/compat_reports/2.7.6.1_to_2.7.7/compat_report.html new file mode 100644 index 0000000..e876c97 --- /dev/null +++ b/compat_reports/2.7.6.1_to_2.7.7/compat_report.html @@ -0,0 +1,1147 @@ + + + + + + + + +libcouchbase: 2.7.6.1 to 2.7.7 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.7.6.1 and 2.7.7 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.6.1
Version #22.7.7
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  2 


+couchbase.h, libcouchbase.so.2.0.47
+lcb_noop3 ( lcb_t instance, void const* cookie, lcb_CMDNOOP const* cmd )
+lcb_ping3 ( lcb_t instance, void const* cookie, struct lcb_CMDPING const* cmd )
+
+to the top
+ +

Problems with Data Types, Low Severity  2 


+vbucket.h
+ +[+] struct lcbvb_CONFIG_st  2  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  10 


+cntl.h
+ +[+] LCB_CNTL_BUCKETTYPE +
+ + +
+couchbase.h
+ +[+] LCB_PINGOPT_F_JSON +
+ + + +[+] LCB_PINGOPT_F_JSONDETAILS +
+ + + +[+] LCB_PINGOPT_F_JSONPRETTY +
+ + + +[+] LCB_PINGOPT_F_NOMETRICS +
+ + + +[+] LCB_PINGSVC_F_FTS +
+ + + +[+] LCB_PINGSVC_F_KV +
+ + + +[+] LCB_PINGSVC_F_N1QL +
+ + + +[+] LCB_PINGSVC_F_VIEWS +
+ + +
+libuv_compat.h
+ +[+] EREMOTEIO +
+ + +
+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.46
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.6.1
Version #22.7.7
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types275 / 405
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
Low4
Other Changes
in Constants
-10
+ +

Added Symbols  2 


+couchbase.h
+lcb_noop3 ( lcb_t instance, void const* cookie, lcb_CMDNOOP const* cmd )
+lcb_ping3 ( lcb_t instance, void const* cookie, struct lcb_CMDPING const* cmd )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+vbucket.h
+ +[+] struct lcbvb_CONFIG_st  1  +
+ + +
+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 Constants  10 


+cntl.h
+ +[+] LCB_CNTL_BUCKETTYPE +
+ + +
+couchbase.h
+ +[+] LCB_PINGOPT_F_JSON +
+ + + +[+] LCB_PINGOPT_F_JSONDETAILS +
+ + + +[+] LCB_PINGOPT_F_JSONPRETTY +
+ + + +[+] LCB_PINGOPT_F_NOMETRICS +
+ + + +[+] LCB_PINGSVC_F_FTS +
+ + + +[+] LCB_PINGSVC_F_KV +
+ + + +[+] LCB_PINGSVC_F_N1QL +
+ + + +[+] LCB_PINGSVC_F_VIEWS +
+ + +
+libuv_compat.h
+ +[+] EREMOTEIO +
+ + +
+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.46
+
+
to the top
+



+ +
+ + -- cgit