From c514ad72c14b7fbf7254fb3bc4ce6c87f2bca37e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Mar 2021 13:54:49 +0100 Subject: v2.10.9 --- compat_reports/2.10.8_to_2.10.9/compat_report.html | 600 +++++++++++++++++++++ libcouchbase.spec | 10 +- libcouchbase.xml | 2 +- 3 files changed, 607 insertions(+), 5 deletions(-) create mode 100644 compat_reports/2.10.8_to_2.10.9/compat_report.html diff --git a/compat_reports/2.10.8_to_2.10.9/compat_report.html b/compat_reports/2.10.8_to_2.10.9/compat_report.html new file mode 100644 index 0000000..723ce75 --- /dev/null +++ b/compat_reports/2.10.8_to_2.10.9/compat_report.html @@ -0,0 +1,600 @@ + + + + + + + + + +libcouchbase: 2.10.8 to 2.10.9 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.10.8 and 2.10.9 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.10.8
Version #22.10.9
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types286 / 465
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  33 


+
+_cxxwrap.h
+analytics.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.70
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.10.8
Version #22.10.9
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types554 / 472
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  33 


+
+_cxxwrap.h
+analytics.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.70
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index d271a53..5ac273a 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for libcouchbase # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,8 +31,8 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 2.10.8 -Release: 2%{?dist} +Version: 2.10.9 +Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries License: ASL 2.0 @@ -243,12 +243,14 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Mar 3 2021 Remi Collet - 2.10.9-1 +- update to 2.10.9 + * Mon Nov 16 2020 Remi Collet - 2.10.8-2 - rename to libcouchbase2 to allow parallel installation with libcouchbase v3 - relocate IO plugins installation using patch from https://github.com/couchbase/libcouchbase/pull/38 - * Wed Sep 23 2020 Remi Collet - 2.10.8-1 - update to 2.10.8 diff --git a/libcouchbase.xml b/libcouchbase.xml index c597296..023ef17 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -2.10.8 +2.10.9 -- cgit