From b199b98618cab45cb93c6203caeb44beb815a24e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jul 2021 15:11:33 +0200 Subject: update to 3.1.4 --- compat_reports/3.1.2_to_3.1.3/compat_report.html | 725 +++++++++++++++++++++++ libcouchbase.spec | 8 +- libcouchbase.xml | 2 +- 3 files changed, 733 insertions(+), 2 deletions(-) create mode 100644 compat_reports/3.1.2_to_3.1.3/compat_report.html diff --git a/compat_reports/3.1.2_to_3.1.3/compat_report.html b/compat_reports/3.1.2_to_3.1.3/compat_report.html new file mode 100644 index 0000000..a420dca --- /dev/null +++ b/compat_reports/3.1.2_to_3.1.3/compat_report.html @@ -0,0 +1,725 @@ + + + + + + + + + +libcouchbase: 3.1.2 to 3.1.3 compatibility report + + + +

API compatibility report for the libcouchbase library between 3.1.2 and 3.1.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #13.1.2
Version #23.1.3
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types612 / 360
Compatibility96.1%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ + +

Problems with Data Types, Medium Severity  1 


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

Problems with Data Types, Low Severity  1 


+vbucket.h
+ +[+] struct lcbvb_CONFIG_st  1  +
+ + +
+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.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #13.1.2
Version #23.1.3
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
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
+ + +

Problems with Data Types, Low Severity  1 


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

Problems with Constants, Low Severity  3 


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



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index 0181443..44ce84a 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -31,7 +31,7 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 3.1.2 +Version: 3.1.4 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -276,6 +276,12 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Jun 9 2021 Remi Collet - 3.1.4-1 +- update to 3.1.4 + +* Tue May 11 2021 Remi Collet - 3.1.3-1 +- update to 3.1.3 + * Tue Apr 27 2021 Remi Collet - 3.1.2-1 - update to 3.1.2 diff --git a/libcouchbase.xml b/libcouchbase.xml index 2fb3370..94323e8 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -3.1.2 +3.1.3 -- cgit