From: Jonathan Dieter Date: Sat, 12 Mar 2022 16:51:28 +0000 (+0000) Subject: Bump to 1.2.1 X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~7^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec3206ab31056379b609b103d82bf954e2f6990a;p=zchunk.git Bump to 1.2.1 Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index f4d5bda..0d9ac4f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'zck', 'c', - version : '1.2.0', + version : '1.2.1', meson_version : '>=0.53.0', default_options : ['c_std=gnu99'] ) diff --git a/test/abi/stable/libzck.so.1.2.0 b/test/abi/stable/libzck.so.1.2.0 deleted file mode 100755 index 27bd84a..0000000 Binary files a/test/abi/stable/libzck.so.1.2.0 and /dev/null differ diff --git a/test/abi/stable/libzck.so.1.2.1 b/test/abi/stable/libzck.so.1.2.1 new file mode 100755 index 0000000..6717f8c Binary files /dev/null and b/test/abi/stable/libzck.so.1.2.1 differ diff --git a/test/abi/stable/zck.h b/test/abi/stable/zck.h index b55f392..19fca65 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.0" +#define ZCK_VERSION "1.2.1" #include #include diff --git a/test/compat_reports/zchunk/1.1.16_to_1.2.0/compat_report.html b/test/compat_reports/zchunk/1.1.16_to_1.2.0/compat_report.html deleted file mode 100644 index 775aa48..0000000 --- a/test/compat_reports/zchunk/1.1.16_to_1.2.0/compat_report.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - - - - - -zchunk: 1.1.16 to 1.2.0 compatibility report - - - -

API compatibility report for the libzck.so object between 1.1.16 and 1.2.0 versions on x86_64

- -
-
-

Test Info


- - - - - - -
Module Namezchunk
Version #11.1.16 (gcc 11.1.1)
Version #21.2.0 (gcc 11.2.1)
Archx86_64
SubjectBinary Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types75 / 13
Compatibility100%
-

Problem Summary


- - - - - - - - - - -
SeverityCount
Added Symbols-7
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
- -

Added Symbols  7 


-zck.h, libzck.so.1.2.0
-zck_find_matching_chunks ( zckCtx* src, zckCtx* tgt )
-zck_generate_hashdb ( zckCtx* zck )
-zck_get_chunk_digest_uncompressed ( zckChunk* item )
-zck_get_flags ( zckCtx* zck )
-zck_get_src_chunk ( zckChunk* idx )
-zck_is_detached_header ( zckCtx* zck )
-zck_set_log_callback ( logcallback function )
-
-to the top
- -

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.1.16
-
-
to the top
-


-

Test Info


- - - - - - -
Module Namezchunk
Version #11.1.16
Version #21.2.0
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - -
Total Header Files1
Total Objects1
Total Symbols / Types75 / 13
Compatibility100%
-

Problem Summary


- - - - - - - - - - -
SeverityCount
Added Symbols-7
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
- -

Added Symbols  7 


-zck.h
-zck_find_matching_chunks ( zckCtx* src, zckCtx* tgt )
-zck_generate_hashdb ( zckCtx* zck )
-zck_get_chunk_digest_uncompressed ( zckChunk* item )
-zck_get_flags ( zckCtx* zck )
-zck_get_src_chunk ( zckChunk* idx )
-zck_is_detached_header ( zckCtx* zck )
-zck_set_log_callback ( logcallback function )
-
-to the top
- -

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.1.16
-
-
to the top
-



- -
- - diff --git a/test/compat_reports/zchunk/1.2.0_to_1.2.1/compat_report.html b/test/compat_reports/zchunk/1.2.0_to_1.2.1/compat_report.html new file mode 100644 index 0000000..cc7dd63 --- /dev/null +++ b/test/compat_reports/zchunk/1.2.0_to_1.2.1/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +zchunk: 1.2.0 to 1.2.1 compatibility report + + + +

API compatibility report for the libzck.so object between 1.2.0 and 1.2.1 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Module Namezchunk
Version #11.2.0
Version #21.2.1
Archx86_64
GCC Version11.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.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Module Namezchunk
Version #11.2.0
Version #21.2.1
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.0
+
+
to the top
+



+ +
+ +