From 1a00b165d099461185b14777b89eb2dbe1e7590e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2017 15:09:51 +0200 Subject: v2.7.1 --- cassandra-cpp-driver.spec | 7 +- compat_reports/2.7.0_to_2.7.1/compat_report.html | 636 +++++++++++++++++++++++ libcassandra.xml | 62 +++ 3 files changed, 703 insertions(+), 2 deletions(-) create mode 100644 compat_reports/2.7.0_to_2.7.1/compat_report.html create mode 100644 libcassandra.xml diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 4fadd22..d0c8ebe 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit d5152deeeb188c1a1cb285233ffd98c6e9261e0c +%global gh_commit 1582dc371044d71033875734edc82fe7b9c4d807 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -16,7 +16,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -89,6 +89,9 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc %changelog +* Wed Sep 20 2017 Remi Collet - 2.7.1-1 +- update to 2.7.1 + * Mon May 22 2017 Remi Collet - 2.7.0-1 - update to 2.7.0 - open https://datastax-oss.atlassian.net/browse/CPP-470 - BC break diff --git a/compat_reports/2.7.0_to_2.7.1/compat_report.html b/compat_reports/2.7.0_to_2.7.1/compat_report.html new file mode 100644 index 0000000..aae5d8c --- /dev/null +++ b/compat_reports/2.7.0_to_2.7.1/compat_report.html @@ -0,0 +1,636 @@ + + + + + + + + +libcassandra: 2.7.0 to 2.7.1 compatibility report + + + +

API compatibility report for the libcassandra library between 2.7.0 and 2.7.1 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.7.0
Version #22.7.1
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types543 / 115
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+cassandra.h, libcassandra.so.2.7.1
+cass_error_result_responses_received ( CassErrorResult const* error_result )
+cass_error_result_responses_required ( CassErrorResult const* error_result )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+cassandra.h
+ +[+] enum CassWriteType_  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+cassandra.h
+ +[+] enum CassWriteType_  2  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.7.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.7.0
Version #22.7.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types546 / 115
Compatibility99.5%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh1
Problems with
Data Types
High1
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-2
+ +

Removed Symbols  1 


+cassandra.h
+cass_cluster_set_queue_size_log ( CassCluster* cluster, unsigned int queue_size )
+
+to the top
+ +

Problems with Data Types, High Severity  1 


+cassandra.h
+ +[+] enum CassWriteType_  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


+cassandra.h
+ +[+] CASS_VERSION_PATCH +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+cassandra.h
+ +[+] enum CassWriteType_  2  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.7.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml new file mode 100644 index 0000000..150ae9a --- /dev/null +++ b/libcassandra.xml @@ -0,0 +1,62 @@ + + + + + + + + + +2.7.1 + + + + +/usr/include/cassandra.h + + + + +/usr/lib64/libcassandra.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit