From 343a1577e12805d47eee74e4310f8b34ba0f9899 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 19 Jun 2021 07:41:46 +0200 Subject: update to 1.8.0 enable zstd compression support --- compat_reports/1.7.3_to_1.8.0/compat_report.html | 638 +++++++++++++++++++++++ 1 file changed, 638 insertions(+) create mode 100644 compat_reports/1.7.3_to_1.8.0/compat_report.html (limited to 'compat_reports/1.7.3_to_1.8.0') diff --git a/compat_reports/1.7.3_to_1.8.0/compat_report.html b/compat_reports/1.7.3_to_1.8.0/compat_report.html new file mode 100644 index 0000000..ab845c9 --- /dev/null +++ b/compat_reports/1.7.3_to_1.8.0/compat_report.html @@ -0,0 +1,638 @@ + + + + + + + + + +libzip: 1.7.3 to 1.8.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.7.3
Version #21.8.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types121 / 54
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+zip.h, libzip.so.5.4
+zip_source_window_create ( zip_source_t* p1, zip_uint64_t p2, zip_int64_t p3, zip_error_t* p4 )
+zip_source_zip_create ( zip_t* p1, zip_uint64_t p2, zip_flags_t p3, zip_uint64_t p4, zip_int64_t p5, zip_error_t* p6 )
+
+to the top
+ +

Other Changes in Constants  2 


+zip.h
+ +[+] ZIP_CM_ZSTD +
+ + + +[+] ZIP_ET_LIBZIP +
+ + +
+to the top
+

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.7.3
Version #21.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types258 / 91
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+zip.h
+zip_source_window_create ( zip_source_t* p1, zip_uint64_t p2, zip_int64_t p3, zip_error_t* p4 )
+zip_source_zip_create ( zip_t* p1, zip_uint64_t p2, zip_flags_t p3, zip_uint64_t p4, zip_int64_t p5, zip_error_t* p6 )
+
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Other Changes in Constants  2 


+zip.h
+ +[+] ZIP_CM_ZSTD +
+ + + +[+] ZIP_ET_LIBZIP +
+ + +
+to the top
+

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.3
+
+
to the top
+



+ +
+ + -- cgit