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.4.1_to_0.5.0/compat_report.html | 549 +++++++++++++++++++++++ 1 file changed, 549 insertions(+) create mode 100644 compat_reports/0.4.1_to_0.5.0/compat_report.html (limited to 'compat_reports/0.4.1_to_0.5.0/compat_report.html') diff --git a/compat_reports/0.4.1_to_0.5.0/compat_report.html b/compat_reports/0.4.1_to_0.5.0/compat_report.html new file mode 100644 index 0000000..8bbc60a --- /dev/null +++ b/compat_reports/0.4.1_to_0.5.0/compat_report.html @@ -0,0 +1,549 @@ + + + + + + + + + + librabbitmq: 0.4.1 to 0.5.0 compatibility report + + + +

API compatibility report for the librabbitmq library  between 0.4.1 and 0.5.0 versions on x86_64

+ +
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibrabbitmq
Version #10.4.1 (gcc 4.8.1)
Version #20.5.0 (gcc 4.8.2)
CPU Typex86_64
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types96 / 156
VerdictCompatible
+

Problem Summary


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

Added Symbols (1)


+amqp.h, librabbitmq.so.1.2.0
+amqp_basic_nack ( amqp_connection_state_t state, amqp_channel_t channel, uint64_t delivery_tag, amqp_boolean_t multiple, amqp_boolean_t requeue )
+
+to the top
+ +

Problems with Symbols, Low Severity (1)


+amqp_tcp_socket.h, librabbitmq.so.1.1.1
+ +[+] amqp_tcp_socket_set_sockfd ( amqp_socket_t* base, int sockfd ) (1) +
+ +
to the top
+

Other Changes in Constants (2)


+amqp_framing.h
+ +[+] AMQP_CONNECTION_BLOCKED_METHOD +
+ + + +[+] AMQP_CONNECTION_UNBLOCKED_METHOD +
+ + +
+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.1.1.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrabbitmq
Version #10.4.1 (gcc 4.8.1)
Version #20.5.0 (gcc 4.8.2)
CPU Typex86_64
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types104 / 163
VerdictCompatible
+

Problem Summary


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

Added Symbols (2)


+amqp.h
+amqp_basic_nack ( amqp_connection_state_t state, amqp_channel_t channel, uint64_t delivery_tag, amqp_boolean_t multiple, amqp_boolean_t requeue )
+amqp_get_server_properties amqp_connection_state_t state )
+
+to the top
+

Problems with Constants, Low Severity (2)


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

Other Changes in Symbols (1)


+amqp_tcp_socket.h
+ +[+] amqp_tcp_socket_set_sockfd ( amqp_socket_t* base, int sockfd ) (1) +
+ +
to the top
+

Other Changes in Constants (2)


+amqp_framing.h
+ +[+] AMQP_CONNECTION_BLOCKED_METHOD +
+ + + +[+] AMQP_CONNECTION_UNBLOCKED_METHOD +
+ + +
+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.1.1.1
+
+
to the top
+


Generated on Mon Feb 17 15:18:48 2014 for librabbitmq by ABI Compliance Checker 1.99.8.5  
A tool for checking backward compatibility of a C/C++ library API  
+
+ \ No newline at end of file -- cgit