From: Jonathan Dieter Date: Thu, 12 Jul 2018 20:15:22 +0000 (+0100) Subject: Bump to 0.7.6 X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~194 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9b9c7409d81fdb189e78db797c93960ba7994f11;p=zchunk.git Bump to 0.7.6 Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index 886a559..b563084 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('zck', 'c', version: '0.7.5') +project('zck', 'c', version: '0.7.6') so_version = '1' diff --git a/test/abi/stable/libzck.so.0.7.5 b/test/abi/stable/libzck.so.0.7.5 deleted file mode 100755 index 9f4fcdc..0000000 Binary files a/test/abi/stable/libzck.so.0.7.5 and /dev/null differ diff --git a/test/abi/stable/libzck.so.0.7.6 b/test/abi/stable/libzck.so.0.7.6 new file mode 100755 index 0000000..2fc2506 Binary files /dev/null and b/test/abi/stable/libzck.so.0.7.6 differ diff --git a/test/abi/stable/zck.h b/test/abi/stable/zck.h index 5fcf4d2..0b24f16 100644 --- a/test/abi/stable/zck.h +++ b/test/abi/stable/zck.h @@ -1,7 +1,7 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "0.7.5" +#define ZCK_VERSION "0.7.6" #define True 1 #define False 0 @@ -9,6 +9,8 @@ typedef enum zck_hash { ZCK_HASH_SHA1, ZCK_HASH_SHA256, + ZCK_HASH_SHA512, + ZCK_HASH_SHA512_128, ZCK_HASH_UNKNOWN } zck_hash; @@ -23,6 +25,7 @@ typedef enum zck_ioption { ZCK_HASH_CHUNK_TYPE, /* Set chunk hash type using zck_hash */ ZCK_VAL_HEADER_HASH_TYPE, /* Set what the header hash type *should* be */ ZCK_VAL_HEADER_LENGTH, /* Set what the header length *should* be */ + ZCK_MANUAL_CHUNK, /* Disable auto-chunking */ ZCK_COMP_TYPE = 100, /* Set compression type using zck_comp */ ZCK_ZSTD_COMP_LEVEL = 1000 /* Set zstd compression level */ } zck_ioption; diff --git a/test/compat_reports/zchunk/0.7.4_to_0.7.5/compat_report.html b/test/compat_reports/zchunk/0.7.4_to_0.7.5/compat_report.html deleted file mode 100644 index f375638..0000000 --- a/test/compat_reports/zchunk/0.7.4_to_0.7.5/compat_report.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - -zchunk: 0.7.4 to 0.7.5 compatibility report - - - -

API compatibility report for the libzck.so object between 0.7.4 and 0.7.5 versions on x86_64

- -
-
-

Test Info


- - - - - - - -
Module Namezchunk
Version #10.7.4
Version #20.7.5
Archx86_64
GCC Version8.1.1
SubjectBinary Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types67 / 12
Compatibility100%
-

Problem Summary


- - - - - - - - - -
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
- -

Header Files  1 


-
-zck.h
-
-
to the top
-

Objects  1 


-
-libzck.so.0.7.4
-
-
to the top
-


-

Test Info


- - - - - - -
Module Namezchunk
Version #10.7.4
Version #20.7.5
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types67 / 12
Compatibility100%
-

Problem Summary


- - - - - - - - - -
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
- -

Header Files  1 


-
-zck.h
-
-
to the top
-

Objects  1 


-
-libzck.so.0.7.4
-
-
to the top
-



- -
- - diff --git a/test/compat_reports/zchunk/0.7.5_to_0.7.6/compat_report.html b/test/compat_reports/zchunk/0.7.5_to_0.7.6/compat_report.html new file mode 100644 index 0000000..c895f8c --- /dev/null +++ b/test/compat_reports/zchunk/0.7.5_to_0.7.6/compat_report.html @@ -0,0 +1,530 @@ + + + + + + + + + +zchunk: 0.7.5 to 0.7.6 compatibility report + + + +

API compatibility report for the libzck.so object between 0.7.5 and 0.7.6 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Module Namezchunk
Version #10.7.5
Version #20.7.6
Archx86_64
GCC Version8.1.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Objects1
Total Symbols / Types67 / 12
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
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 Data Types  1 


+zck.h
+ +[+] enum zck_ioption  1  +
+ + +
+to the top
+

Header Files  1 


+
+zck.h
+
+
to the top
+

Objects  1 


+
+libzck.so.0.7.5
+
+
to the top
+


+

Test Info


+ + + + + + +
Module Namezchunk
Version #10.7.5
Version #20.7.6
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Objects1
Total Symbols / Types67 / 12
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
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 Data Types  1 


+zck.h
+ +[+] enum zck_ioption  1  +
+ + +
+to the top
+

Header Files  1 


+
+zck.h
+
+
to the top
+

Objects  1 


+
+libzck.so.0.7.5
+
+
to the top
+



+ +
+ +