From 716af06b9218740412fe397303927d9553a82e7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Aug 2021 08:25:50 +0200 Subject: update to 3.2.1 --- compat_reports/3.2.0_to_3.2.1/compat_report.html | 598 +++++++++++++++++++++++ libcouchbase.spec | 5 +- libcouchbase.xml | 2 +- 3 files changed, 603 insertions(+), 2 deletions(-) create mode 100644 compat_reports/3.2.0_to_3.2.1/compat_report.html diff --git a/compat_reports/3.2.0_to_3.2.1/compat_report.html b/compat_reports/3.2.0_to_3.2.1/compat_report.html new file mode 100644 index 0000000..6ba6de2 --- /dev/null +++ b/compat_reports/3.2.0_to_3.2.1/compat_report.html @@ -0,0 +1,598 @@ + + + + + + + + + +libcouchbase: 3.2.0 to 3.2.1 compatibility report + + + +

API compatibility report for the libcouchbase library between 3.2.0 and 3.2.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #13.2.0
Version #23.2.1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types644 / 382
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+couchbase.h, libcouchbase.so.8.0.2
+lcb_cmdanalytics_positional_params ( lcb_CMDANALYTICS* cmd, char const* value, size_t value_len )
+lcb_cmdquery_positional_params ( lcb_CMDQUERY* cmd, char const* value, size_t value_len )
+
+to the top
+

Header Files  26 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iometrics.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.8.0.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #13.2.0
Version #23.2.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types650 / 388
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+couchbase.h
+lcb_cmdanalytics_positional_params ( lcb_CMDANALYTICS* cmd, char const* value, size_t value_len )
+lcb_cmdquery_positional_params ( lcb_CMDQUERY* cmd, char const* value, size_t value_len )
+
+to the top
+ +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+to the top
+

Header Files  26 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iometrics.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.8.0.1
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index c1590c4..22b2245 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -31,7 +31,7 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -278,6 +278,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Aug 25 2021 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Wed Jul 21 2021 Remi Collet - 3.2.0-1 - update to 3.2.0 - bump soname to 8 diff --git a/libcouchbase.xml b/libcouchbase.xml index cc6b49a..20abe0d 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -3.2.0 +3.2.1 -- cgit