From f4b0d836206d5875bac9bf65b5fee8063b94d2d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 08:22:08 +0200 Subject: update to 1.9.0 --- compat_reports/1.8.0_to_1.9.0/compat_report.html | 529 +++++++++++++++++++++++ 1 file changed, 529 insertions(+) create mode 100644 compat_reports/1.8.0_to_1.9.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.8.0_to_1.9.0/compat_report.html b/compat_reports/1.8.0_to_1.9.0/compat_report.html new file mode 100644 index 0000000..4af7f40 --- /dev/null +++ b/compat_reports/1.8.0_to_1.9.0/compat_report.html @@ -0,0 +1,529 @@ + + + + + + + + + +libzip: 1.8.0 to 1.9.0 compatibility report + + + +

API compatibility report for the libzip library between 1.8.0 and 1.9.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.8.0
Version #21.9.0
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types123 / 54
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
+ +

Added Symbols  1 


+zip.h, libzip.so.5.5
+zip_file_is_seekable ( zip_file_t* p1 )
+
+to the top
+

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.8.0
Version #21.9.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types261 / 91
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
+ +

Added Symbols  1 


+zip.h
+zip_file_is_seekable ( zip_file_t* p1 )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.4
+
+
to the top
+



+ +
+ + -- cgit