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.8.0_to_0.9.0/compat_report.html | 577 +++++++++++++++++++++++ 1 file changed, 577 insertions(+) create mode 100644 compat_reports/0.8.0_to_0.9.0/compat_report.html (limited to 'compat_reports/0.8.0_to_0.9.0/compat_report.html') diff --git a/compat_reports/0.8.0_to_0.9.0/compat_report.html b/compat_reports/0.8.0_to_0.9.0/compat_report.html new file mode 100644 index 0000000..e5460e0 --- /dev/null +++ b/compat_reports/0.8.0_to_0.9.0/compat_report.html @@ -0,0 +1,577 @@ + + + + + + + + +librabbitmq: 0.8.0 to 0.9.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrabbitmq
Version #10.8.0
Version #20.9.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types104 / 106
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-6
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  6 


+amqp.h, librabbitmq.so.4.3.0
+amqp_get_handshake_timeout ( amqp_connection_state_t state )
+amqp_get_rpc_timeout ( amqp_connection_state_t state )
+amqp_set_handshake_timeout ( amqp_connection_state_t state, struct timeval* timeout )
+amqp_set_rpc_timeout ( amqp_connection_state_t state, struct timeval* timeout )
+
+amqp_ssl_socket.h, librabbitmq.so.4.3.0
+amqp_initialize_ssl_library ( )
+amqp_uninitialize_ssl_library ( )
+
+to the top
+ +

Other Changes in Constants  1 


+amqp.h
+ +[+] AMQP_DEFAULT_VHOST +
+ + +
+to the top
+

Header Files  4 


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

Libraries  1 


+
+librabbitmq.so.4.2.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrabbitmq
Version #10.8.0
Version #20.9.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types104 / 106
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-6
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  6 


+amqp.h
+amqp_get_handshake_timeout ( amqp_connection_state_t state )
+amqp_get_rpc_timeout ( amqp_connection_state_t state )
+amqp_set_handshake_timeout ( amqp_connection_state_t state, struct timeval* timeout )
+amqp_set_rpc_timeout ( amqp_connection_state_t state, struct timeval* timeout )
+
+amqp_ssl_socket.h
+amqp_initialize_ssl_library ( )
+amqp_uninitialize_ssl_library ( )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  1 


+amqp.h
+ +[+] AMQP_DEFAULT_VHOST +
+ + +
+to the top
+

Header Files  4 


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

Libraries  1 


+
+librabbitmq.so.4.2.0
+
+
to the top
+



+ +
+ + -- cgit