From 5b19eac57862a6d70171f6ecece29875bede771b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Sep 2017 14:32:16 +0200 Subject: v1.3.0 --- compat_reports/1.2.0_to_1.3.0/compat_report.html | 644 +++++++++++++++++++++++ 1 file changed, 644 insertions(+) create mode 100644 compat_reports/1.2.0_to_1.3.0/compat_report.html (limited to 'compat_reports/1.2.0_to_1.3.0/compat_report.html') diff --git a/compat_reports/1.2.0_to_1.3.0/compat_report.html b/compat_reports/1.2.0_to_1.3.0/compat_report.html new file mode 100644 index 0000000..9639927 --- /dev/null +++ b/compat_reports/1.2.0_to_1.3.0/compat_report.html @@ -0,0 +1,644 @@ + + + + + + + + +libzip: 1.2.0 to 1.3.0 compatibility report + + + +

API compatibility report for the libzip library between 1.2.0 and 1.3.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.2.0
Version #21.3.0
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries1
Total Symbols / Types117 / 45
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
Other Changes
in Data Types
-1
Other Changes
in Constants
-1
+ +

Added Symbols  1 


+zip.h, libzip.so.5.0.0
+zip_register_progress_callback_with_state ( zip_t* p1, double p2, zip_progress_callback p3, void(*p4)(void*), void* p5 )
+
+to the top
+ +

Other Changes in Data Types  1 


+zip.h
+ +[+] enum zip_source_cmd  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+zip.h
+ +[+] ZIP_ER_COMPRESSED_DATA +
+ + +
+to the top
+

Header Files  3 


+
+zip.h
+zipconf-64.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.2.0
Version #21.3.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries1
Total Symbols / Types277 / 82
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
Other Changes
in Data Types
-1
Other Changes
in Constants
-1
+ +

Added Symbols  1 


+zip.h
+zip_register_progress_callback_with_state ( zip_t* p1, double p2, zip_progress_callback p3, void(*p4)(void*), void* p5 )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+zipconf-64.h
+ +[+] LIBZIP_VERSION +
+ + + +[+] LIBZIP_VERSION_MINOR +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+zip.h
+ +[+] enum zip_source_cmd  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+zip.h
+ +[+] ZIP_ER_COMPRESSED_DATA +
+ + +
+to the top
+

Header Files  3 


+
+zip.h
+zipconf-64.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.0.0
+
+
to the top
+



+ +
+ + -- cgit