From 6ce173a8b929523535a956ef37e74a015eeef6dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 May 2018 09:46:10 +0200 Subject: v0.9.0 --- compat_reports/0.7.1_to_0.8.0/compat_report.html | 499 +++++++++++++++++++++++ 1 file changed, 499 insertions(+) create mode 100644 compat_reports/0.7.1_to_0.8.0/compat_report.html (limited to 'compat_reports/0.7.1_to_0.8.0/compat_report.html') diff --git a/compat_reports/0.7.1_to_0.8.0/compat_report.html b/compat_reports/0.7.1_to_0.8.0/compat_report.html new file mode 100644 index 0000000..66ab6ec --- /dev/null +++ b/compat_reports/0.7.1_to_0.8.0/compat_report.html @@ -0,0 +1,499 @@ + + + + + + + + + + librabbitmq: 0.7.1 to 0.8.0 compatibility report + + + +

API compatibility report for the librabbitmq library between 0.7.1 and 0.8.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrabbitmq
Version #10.7.1
Version #20.8.0
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types101 / 125
VerdictCompatible
+

Problem Summary


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

Added Symbols (3)


+amqp_ssl_socket.h, librabbitmq.so.4.2.0
+amqp_ssl_socket_set_ssl_versions ( amqp_socket_t* self, enum amqp_tls_version_t min, enum amqp_tls_version_t max )
+amqp_ssl_socket_set_verify_hostname ( amqp_socket_t* self, amqp_boolean_t verify )
+amqp_ssl_socket_set_verify_peer ( amqp_socket_t* self, amqp_boolean_t verify )
+
+to the top
+

Header Files (4)


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Shared Libraries (1)


+
+librabbitmq.so.4.1.3
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibrabbitmq
Version #10.7.1
Version #20.8.0
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types101 / 125
VerdictCompatible
+

Problem Summary


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

Added Symbols (3)


+amqp_ssl_socket.h
+amqp_ssl_socket_set_ssl_versions ( amqp_socket_t* self, enum amqp_tls_version_t min, enum amqp_tls_version_t max )
+amqp_ssl_socket_set_verify_hostname ( amqp_socket_t* self, amqp_boolean_t verify )
+amqp_ssl_socket_set_verify_peer ( amqp_socket_t* self, amqp_boolean_t verify )
+
+to the top
+

Problems with Constants, Low Severity (2)


+amqp.h
+ +[+] AMQP_VERSION_MINOR +
+ + + +[+] AMQP_VERSION_PATCH +
+ + +
+to the top
+

Header Files (4)


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Shared Libraries (1)


+
+librabbitmq.so.4.1.3
+
+
to the top
+




+ + -- cgit