From beffa884d4108bd85d6d94bc82f1e48f627e5de2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jun 2018 16:17:10 +0200 Subject: v2.9.2 (From Fedora) --- compat_reports/2.9.0_to_2.9.2/compat_report.html | 884 +++++++++++++++++++++++ compat_reports/2.9.1_to_2.9.2/compat_report.html | 674 +++++++++++++++++ 2 files changed, 1558 insertions(+) create mode 100644 compat_reports/2.9.0_to_2.9.2/compat_report.html create mode 100644 compat_reports/2.9.1_to_2.9.2/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.9.0_to_2.9.2/compat_report.html b/compat_reports/2.9.0_to_2.9.2/compat_report.html new file mode 100644 index 0000000..f915a9f --- /dev/null +++ b/compat_reports/2.9.0_to_2.9.2/compat_report.html @@ -0,0 +1,884 @@ + + + + + + + + + +libcouchbase: 2.9.0 to 2.9.2 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.9.0
Version #22.9.2
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types262 / 440
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+vbucket.h, libcouchbase.so.2.0.58
+lcbvb_load_json_ex ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )
+
+to the top
+ +

Problems with Data Types, Low Severity  5 


+couchbase.h
+ +[+] union lcb_create_st::lcb_CRST_u  1  +
+ + +
+vbucket.h
+ +[+] struct lcbvb_SERVER  4  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  1 


+cntl.h
+ +[+] LCB_CNTL_NETWORK +
+ + +
+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.56
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.9.0
Version #22.9.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types471 / 447
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+vbucket.h
+lcbvb_load_json_ex ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )
+
+to the top
+ +

Problems with Data Types, Low Severity  3 


+vbucket.h
+ +[+] struct lcbvb_SERVER  3  +
+ + +
+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  1 


+couchbase.h
+ +[+] union lcb_create_st::lcb_CRST_u  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+cntl.h
+ +[+] LCB_CNTL_NETWORK +
+ + +
+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.56
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.9.1_to_2.9.2/compat_report.html b/compat_reports/2.9.1_to_2.9.2/compat_report.html new file mode 100644 index 0000000..6f36001 --- /dev/null +++ b/compat_reports/2.9.1_to_2.9.2/compat_report.html @@ -0,0 +1,674 @@ + + + + + + + + + +libcouchbase: 2.9.1 to 2.9.2 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.9.1 and 2.9.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.9.1
Version #22.9.2
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types262 / 448
Compatibility99.8%
+

Problem Summary


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

Added Symbols  1 


+vbucket.h, libcouchbase.so.2.0.58
+lcbvb_load_json_ex ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )
+
+to the top
+ +

Problems with Symbols, Medium Severity  2 


+vbucket.h, libcouchbase.so.2.0.57
+ +[+] lcbvb_load_json ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )  2  +
+ +
+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.57
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.9.1
Version #22.9.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types480 / 455
Compatibility99.9%
+

Problem Summary


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

Added Symbols  1 


+vbucket.h
+lcbvb_load_json_ex ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )
+
+to the top
+ +

Problems with Symbols, Medium Severity  2 


+vbucket.h
+ +[+] lcbvb_load_json ( lcbvb_CONFIG* vbc, char const* data, char const* source, char** network )  2  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+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.57
+
+
to the top
+



+ +
+ + -- cgit