From 547e39e0483586b3f1a18c44f58542e6166eb16a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Oct 2023 07:37:47 +0200 Subject: update to 2.17.1 --- cassandra-cpp-driver.spec | 7 +- compat_reports/2.17.0_to_2.17.1/compat_report.html | 531 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 537 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.17.0_to_2.17.1/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 99f3f4b..e84a673 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f49a413409a5af3c60b73ac6d7d89a97cb368d46 +%global gh_commit e05897d72fdac08a212ed3136b7790232670e329 %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.17.0%{?prever:~%{prever}} +Version: 2.17.1%{?prever:~%{prever}} Release: 1%{?dist} License: Apache-2.0 Group: System Environment/Libraries @@ -104,6 +104,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Fri Oct 27 2023 Remi Collet - 2.17.1-1 +- update to 2.17.1 + * Fri Aug 18 2023 Remi Collet - 2.17.0-1 - update to 2.16.2 diff --git a/compat_reports/2.17.0_to_2.17.1/compat_report.html b/compat_reports/2.17.0_to_2.17.1/compat_report.html new file mode 100644 index 0000000..1180826 --- /dev/null +++ b/compat_reports/2.17.0_to_2.17.1/compat_report.html @@ -0,0 +1,531 @@ + + + + + + + + + +libcassandra: 2.17.0 to 2.17.1 compatibility report + + + +

API compatibility report for the libcassandra library between 2.17.0 and 2.17.1 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.17.0
Version #22.17.1
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types701 / 147
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+cassandra.h, libcassandra.so.2.17.1
+cass_cluster_set_histogram_refresh_interval ( CassCluster* cluster, unsigned int refresh_interval )
+
+to the top
+

Header Files  2 


+
+cassandra.h
+dse.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.17.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.17.0
Version #22.17.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types701 / 147
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+cassandra.h
+cass_cluster_set_histogram_refresh_interval ( CassCluster* cluster, unsigned int refresh_interval )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Header Files  2 


+
+cassandra.h
+dse.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.17.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 2da6054..1d95a37 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.17.0 +2.17.1 -- cgit