From: Jonathan Dieter Date: Sat, 25 Feb 2023 14:53:47 +0000 (+0000) Subject: Bump to 1.3.0 X-Git-Tag: archive/raspbian/1.3.1+ds1-1+rpi1^2~7^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d8f14484b4e0b507487abe6c294fb2059b7b72f;p=zchunk.git Bump to 1.3.0 Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index ab54abd..79fa0cd 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'zck', 'c', - version : '1.2.4', + version : '1.3.0', meson_version : '>=0.53.0', default_options : ['c_std=gnu99'] ) diff --git a/test/abi/stable/libzck.so.1.2.4 b/test/abi/stable/libzck.so.1.2.4 deleted file mode 100755 index 1694b70..0000000 Binary files a/test/abi/stable/libzck.so.1.2.4 and /dev/null differ diff --git a/test/abi/stable/libzck.so.1.3.0 b/test/abi/stable/libzck.so.1.3.0 new file mode 100755 index 0000000..98f62a6 Binary files /dev/null and b/test/abi/stable/libzck.so.1.3.0 differ diff --git a/test/abi/stable/zck.h b/test/abi/stable/zck.h index 5b4d65c..c575488 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 "1.2.4" +#define ZCK_VERSION "1.3.0" #include #include @@ -28,6 +28,8 @@ typedef enum zck_ioption { 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_UNCOMP_HEADER, /* Header should contain uncompressed size, too */ + ZCK_NO_WRITE, /* Do not write to file when creating zck file - + Used to calculate header from existing umcompressed data */ ZCK_COMP_TYPE = 100, /* Set compression type using zck_comp */ ZCK_MANUAL_CHUNK, /* Disable auto-chunking */ ZCK_CHUNK_MIN, /* Minimum chunk size when manual chunking */ diff --git a/test/compat_reports/zchunk/1.2.3_to_1.2.4/compat_report.html b/test/compat_reports/zchunk/1.2.3_to_1.2.4/compat_report.html deleted file mode 100644 index 4869a7d..0000000 --- a/test/compat_reports/zchunk/1.2.3_to_1.2.4/compat_report.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - -zchunk: 1.2.3 to 1.2.4 compatibility report - - - -

API compatibility report for the libzck.so object between 1.2.3 and 1.2.4 versions on x86_64

- -
-
-

Test Info


- - - - - - - -
Module Namezchunk
Version #11.2.3
Version #21.2.4
Archx86_64
GCC Version12.2.1
SubjectBinary Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types82 / 17
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.1.2.3
-
-
to the top
-


-

Test Info


- - - - - - -
Module Namezchunk
Version #11.2.3
Version #21.2.4
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types82 / 17
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.1.2.3
-
-
to the top
-



- -
- - diff --git a/test/compat_reports/zchunk/1.2.4_to_1.3.0/compat_report.html b/test/compat_reports/zchunk/1.2.4_to_1.3.0/compat_report.html new file mode 100644 index 0000000..e16a6e9 --- /dev/null +++ b/test/compat_reports/zchunk/1.2.4_to_1.3.0/compat_report.html @@ -0,0 +1,530 @@ + + + + + + + + + +zchunk: 1.2.4 to 1.3.0 compatibility report + + + +

API compatibility report for the libzck.so object between 1.2.4 and 1.3.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Module Namezchunk
Version #11.2.4
Version #21.3.0
Archx86_64
GCC Version12.2.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Objects1
Total Symbols / Types82 / 17
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.1.2.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Module Namezchunk
Version #11.2.4
Version #21.3.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Objects1
Total Symbols / Types82 / 17
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.1.2.4
+
+
to the top
+



+ +
+ +