From 0d3f274a1358d3270b418c98645a7edacd846894 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 17:19:29 +0200 Subject: v2.9.4 from Fedora --- compat_reports/2.9.3_to_2.9.4/compat_report.html | 598 +++++++++++++++++++++++ libcouchbase.spec | 5 +- libcouchbase.xml | 2 +- 3 files changed, 603 insertions(+), 2 deletions(-) create mode 100644 compat_reports/2.9.3_to_2.9.4/compat_report.html diff --git a/compat_reports/2.9.3_to_2.9.4/compat_report.html b/compat_reports/2.9.3_to_2.9.4/compat_report.html new file mode 100644 index 0000000..2434988 --- /dev/null +++ b/compat_reports/2.9.3_to_2.9.4/compat_report.html @@ -0,0 +1,598 @@ + + + + + + + + + +libcouchbase: 2.9.3 to 2.9.4 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.9.3 and 2.9.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.9.3
Version #22.9.4
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types263 / 448
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  32 


+
+_cxxwrap.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.59
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.9.3
Version #22.9.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files32
Total Libraries1
Total Symbols / Types481 / 455
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  32 


+
+_cxxwrap.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.59
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index c7e2c5e..e7ace8b 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -23,7 +23,7 @@ %endif Name: libcouchbase -Version: 2.9.3 +Version: 2.9.4 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -202,6 +202,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Aug 29 2018 Sergey Avseyev - 2.9.4-1 +- Update to 2.9.4 + * Wed Jul 18 2018 Sergey Avseyev - 2.9.3-1 - Update to 2.9.3 diff --git a/libcouchbase.xml b/libcouchbase.xml index 974cecb..66caf0a 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -2.9.3 +2.9.4 -- cgit