From b16e505fe974ab6b81cea491a91701310aa3f445 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Apr 2019 14:15:06 +0200 Subject: v2.12.0 --- cassandra-cpp-driver.spec | 7 +- compat_reports/2.11.0_to_2.12.0/compat_report.html | 498 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 504 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.11.0_to_2.12.0/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index efbbf7d..c008548 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 66310c7f575f18cdc6e1ddc7da7d98a158daf773 +%global gh_commit a748e9f15f6b4c46e46680357254b397ffcbb72e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -17,7 +17,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.11.0%{?prever:~%{prever}} +Version: 2.12.0%{?prever:~%{prever}} Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -90,6 +90,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Apr 23 2019 Remi Collet - 2.12.0-1 +- update to 2.12.0 + * Tue Dec 11 2018 Remi Collet - 2.11.0-1 - update to 2.11.0 - open https://datastax-oss.atlassian.net/browse/CPP-754 diff --git a/compat_reports/2.11.0_to_2.12.0/compat_report.html b/compat_reports/2.11.0_to_2.12.0/compat_report.html new file mode 100644 index 0000000..8a58bbe --- /dev/null +++ b/compat_reports/2.11.0_to_2.12.0/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +libcassandra: 2.11.0 to 2.12.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.11.0 and 2.12.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.11.0
Version #22.12.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types603 / 128
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  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.11.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.11.0
Version #22.12.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types603 / 128
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
+ + +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.11.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 1eab2bd..6c0790b 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.11.0 +2.12.0 -- cgit