From c87434fb7371e721456288752414c748b7e96d74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 Jun 2020 08:49:16 +0200 Subject: v1.7.1 --- compat_reports/1.6.1_to_1.7.1/compat_report.html | 844 +++++++++++++++++++++++ 1 file changed, 844 insertions(+) create mode 100644 compat_reports/1.6.1_to_1.7.1/compat_report.html (limited to 'compat_reports/1.6.1_to_1.7.1') diff --git a/compat_reports/1.6.1_to_1.7.1/compat_report.html b/compat_reports/1.6.1_to_1.7.1/compat_report.html new file mode 100644 index 0000000..3e5402b --- /dev/null +++ b/compat_reports/1.6.1_to_1.7.1/compat_report.html @@ -0,0 +1,844 @@ + + + + + + + + + +libzip: 1.6.1 to 1.7.1 compatibility report + + + +

API compatibility report for the libzip library between 1.6.1 and 1.7.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.6.1
Version #21.7.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  4 


+zip.h, libzip.so.5.3
+zip_compression_method_supported ( zip_int32_t method, int compress )
+zip_encryption_method_supported ( zip_uint16_t method, int encode )
+zip_file_attributes_init ( zip_file_attributes_t* p1 )
+zip_source_get_file_attributes ( zip_source_t* p1, zip_file_attributes_t* p2 )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


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

Other Changes in Data Types  1 


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

Other Changes in Constants  4 


+zip.h
+ +[+] ZIP_FILE_ATTRIBUTES_ASCII +
+ + + +[+] ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES +
+ + + +[+] ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS +
+ + + +[+] ZIP_FILE_ATTRIBUTES_HOST_SYSTEM +
+ + +
+to the top
+

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.6.1
Version #21.7.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types259 / 89
Compatibility98.8%
+

Problem Summary


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

Added Symbols  4 


+zip.h
+zip_compression_method_supported ( zip_int32_t method, int compress )
+zip_encryption_method_supported ( zip_uint16_t method, int encode )
+zip_file_attributes_init ( zip_file_attributes_t* p1 )
+zip_source_get_file_attributes ( zip_source_t* p1, zip_file_attributes_t* p2 )
+
+to the top
+ +

Problems with Data Types, High Severity  1 


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

Problems with Constants, Low Severity  2 


+zipconf.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  5 


+zip.h
+ +[+] ZIP_FILE_ATTRIBUTES_ASCII +
+ + + +[+] ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES +
+ + + +[+] ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS +
+ + + +[+] ZIP_FILE_ATTRIBUTES_HOST_SYSTEM +
+ + + +[+] ZIP_FILE_ATTRIBUTES_VERSION_NEEDED +
+ + +
+to the top
+

Header Files  2 


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

Libraries  1 


+
+libzip.so.5.1
+
+
to the top
+



+ +
+ + -- cgit