From 6d4f13540bfd0ae215cb63a29072297c93044aa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 16:36:55 +0200 Subject: v2.7.0 (differ because of BC break) --- compat_reports/2.4.1_to_2.4.2/compat_report.html | 526 +++++++++++++++++++++++ 1 file changed, 526 insertions(+) create mode 100644 compat_reports/2.4.1_to_2.4.2/compat_report.html (limited to 'compat_reports/2.4.1_to_2.4.2') diff --git a/compat_reports/2.4.1_to_2.4.2/compat_report.html b/compat_reports/2.4.1_to_2.4.2/compat_report.html new file mode 100644 index 0000000..3e4675e --- /dev/null +++ b/compat_reports/2.4.1_to_2.4.2/compat_report.html @@ -0,0 +1,526 @@ + + + + + + + + +libcassandra: 2.4.1 to 2.4.2 compatibility report + + + +

API compatibility report for the libcassandra library between 2.4.1 and 2.4.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.4.1
Version #22.4.2
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types521 / 208
VerdictCompatible
+

Problem Summary


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

Added Symbols (4)


+cassandra.h, libcassandra.so.2.4.2
+cass_batch_set_request_timeout ( CassBatch* batch, cass_uint64_t timeout_ms )
+cass_custom_payload_remove ( CassCustomPayload* payload, char const* name )
+cass_custom_payload_remove_n ( CassCustomPayload* payload, char const* name, size_t name_length )
+cass_statement_set_request_timeout ( CassStatement* statement, cass_uint64_t timeout_ms )
+
+to the top
+

Other Changes in Constants (1)


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

Header Files (1)


+
+cassandra.h
+
+
to the top
+

Shared Libraries (1)


+
+libcassandra.so.2.4.1
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.4.1
Version #22.4.2
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types524 / 208
VerdictCompatible
+

Problem Summary


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

Added Symbols (4)


+cassandra.h
+cass_batch_set_request_timeout ( CassBatch* batch, cass_uint64_t timeout_ms )
+cass_custom_payload_remove ( CassCustomPayload* payload, char const* name )
+cass_custom_payload_remove_n ( CassCustomPayload* payload, char const* name, size_t name_length )
+cass_statement_set_request_timeout ( CassStatement* statement, cass_uint64_t timeout_ms )
+
+to the top
+

Problems with Constants, Low Severity (1)


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

Other Changes in Constants (1)


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

Header Files (1)


+
+cassandra.h
+
+
to the top
+

Shared Libraries (1)


+
+libcassandra.so.2.4.1
+
+
to the top
+



+ +
+ + -- cgit