From a65f089dba32983358d8a7ef73ce19643feb5589 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2017 14:57:44 +0200 Subject: v2.8.0 --- compat_reports/2.7.7_to_2.8.0/compat_report.html | 607 +++++++++++++++++++++++ libcouchbase.spec | 5 +- 2 files changed, 611 insertions(+), 1 deletion(-) create mode 100644 compat_reports/2.7.7_to_2.8.0/compat_report.html diff --git a/compat_reports/2.7.7_to_2.8.0/compat_report.html b/compat_reports/2.7.7_to_2.8.0/compat_report.html new file mode 100644 index 0000000..dee7cfa --- /dev/null +++ b/compat_reports/2.7.7_to_2.8.0/compat_report.html @@ -0,0 +1,607 @@ + + + + + + + + +libcouchbase: 2.7.7 to 2.8.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.7.7
Version #22.8.0
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types221 / 399
Compatibility100%
+

Problem Summary


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

Added Symbols  4 


+n1ql.h, libcouchbase.so.2.0.48
+lcb_n1p_pipelinebatch ( lcb_N1QLPARAMS* params, int pipelinebatch )
+lcb_n1p_pipelinecap ( lcb_N1QLPARAMS* params, int pipelinecap )
+lcb_n1p_readonly ( lcb_N1QLPARAMS* params, int readonly )
+lcb_n1p_scancap ( lcb_N1QLPARAMS* params, int scancap )
+
+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.47
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.7.7
Version #22.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types277 / 406
Compatibility100%
+

Problem Summary


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

Added Symbols  4 


+n1ql.h
+lcb_n1p_pipelinebatch ( lcb_N1QLPARAMS* params, int pipelinebatch )
+lcb_n1p_pipelinecap ( lcb_N1QLPARAMS* params, int pipelinecap )
+lcb_n1p_readonly ( lcb_N1QLPARAMS* params, int readonly )
+lcb_n1p_scancap ( lcb_N1QLPARAMS* params, int scancap )
+
+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.47
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index c260bd2..1db1e2c 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -13,7 +13,7 @@ %global with_dtrace 1 Name: libcouchbase -Version: 2.7.7 +Version: 2.8.0 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -114,6 +114,9 @@ make check %changelog +* Thu Aug 31 2017 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Thu Aug 17 2017 Remi Collet - 2.7.7-1 - update to 2.7.7 - drop patch merged upstream -- cgit