From 66728902cbab56c584ca135341b58e59a2c900d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Apr 2021 10:14:17 +0200 Subject: update to 3.1.1 --- compat_reports/3.1.0_to_3.1.1/compat_report.html | 817 +++++++++++++++++++++++ libcouchbase.spec | 5 +- libcouchbase.xml | 2 +- 3 files changed, 822 insertions(+), 2 deletions(-) create mode 100644 compat_reports/3.1.0_to_3.1.1/compat_report.html diff --git a/compat_reports/3.1.0_to_3.1.1/compat_report.html b/compat_reports/3.1.0_to_3.1.1/compat_report.html new file mode 100644 index 0000000..875931b --- /dev/null +++ b/compat_reports/3.1.0_to_3.1.1/compat_report.html @@ -0,0 +1,817 @@ + + + + + + + + + +libcouchbase: 3.1.0 to 3.1.1 compatibility report + + + +

API compatibility report for the libcouchbase library between 3.1.0 and 3.1.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #13.1.0
Version #23.1.1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types612 / 360
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
Low1
Other Changes
in Data Types
-1
Other Changes
in Constants
-2
+ + +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


+error.h
+ +[+] enum lcb_STATUS  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+cntl-private.h
+ +[+] LCB_CNTL_QUERY_GRACE_PERIOD +
+ + +
+cntl.h
+ +[+] LCB_CNTL_ENABLE_ERRMAP +
+ + +
+to the top
+

Header Files  25 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.7.0.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #13.1.0
Version #23.1.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types617 / 366
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
Low4
Other Changes
in Data Types
-1
Other Changes
in Constants
-2
+ + +

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 


+error.h
+ +[+] enum lcb_STATUS  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+cntl-private.h
+ +[+] LCB_CNTL_QUERY_GRACE_PERIOD +
+ + +
+cntl.h
+ +[+] LCB_CNTL_ENABLE_ERRMAP +
+ + +
+to the top
+

Header Files  25 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.7.0.1
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index 8ea578d..ba88beb 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -31,7 +31,7 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -276,6 +276,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Tue Apr 13 2021 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Wed Mar 3 2021 Remi Collet - 3.1.0-1 - update to 3.1.0 - bump soname to 7 diff --git a/libcouchbase.xml b/libcouchbase.xml index 4b697d3..33bf0d4 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -3.1.0 +3.1.1 -- cgit