From: Jonathan Dieter Date: Tue, 12 Jun 2018 06:02:14 +0000 (+0300) Subject: Bump to 0.7.2 with minor API and ABI change X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~217 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6845ed3419d4331268c9545c730b06d34eb64cb9;p=zchunk.git Bump to 0.7.2 with minor API and ABI change Signed-off-by: Jonathan Dieter --- diff --git a/include/zck.h b/include/zck.h index f0254d2..da7eef0 100644 --- a/include/zck.h +++ b/include/zck.h @@ -1,10 +1,10 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "0.7.1" +#define ZCK_VERSION "0.7.2" #define ZCK_VER_MAJOR 0 #define ZCK_VER_MINOR 7 -#define ZCK_VER_REVISION 1 +#define ZCK_VER_REVISION 2 #define ZCK_VER_SUBREVISION 0 #define True 1 diff --git a/test/abi/stable/libzck.so.0.0.1 b/test/abi/stable/libzck.so.0.0.1 index 12cd995..ba5a97f 100755 Binary files a/test/abi/stable/libzck.so.0.0.1 and b/test/abi/stable/libzck.so.0.0.1 differ diff --git a/test/abi/stable/zck.h b/test/abi/stable/zck.h index 1d52a7a..da7eef0 100644 --- a/test/abi/stable/zck.h +++ b/test/abi/stable/zck.h @@ -1,10 +1,10 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "0.7.1" +#define ZCK_VERSION "0.7.2" #define ZCK_VER_MAJOR 0 #define ZCK_VER_MINOR 7 -#define ZCK_VER_REVISION 1 +#define ZCK_VER_REVISION 2 #define ZCK_VER_SUBREVISION 0 #define True 1 @@ -123,9 +123,9 @@ int zck_find_valid_chunks(zckCtx *zck) /* Get a zckRange of ranges that need to still be downloaded. * max_ranges is the maximum number of ranges supported in a single request - * by the server. If the server supports unlimited ranges, set to -1 + * by the server. If the server supports unlimited ranges, set this to -1 * Returns NULL if there's an error */ -zckRange *zck_get_dl_range(zckCtx *zck, int max_ranges) +zckRange *zck_get_missing_range(zckCtx *zck, int max_ranges) __attribute__ ((warn_unused_result)); /* Get a string representation of a zckRange */ char *zck_get_range_char(zckRange *range) diff --git a/test/compat_reports/zchunk/0.7.0_to_0.7.1/compat_report.html b/test/compat_reports/zchunk/0.7.0_to_0.7.1/compat_report.html deleted file mode 100644 index 977922e..0000000 --- a/test/compat_reports/zchunk/0.7.0_to_0.7.1/compat_report.html +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - - - - -zchunk: 0.7.0 to 0.7.1 compatibility report - - - -

API compatibility report for the libzck.so object between 0.7.0 and 0.7.1 versions on x86_64

- -
-
-

Test Info


- - - - - - - -
Module Namezchunk
Version #10.7.0
Version #20.7.1
Archx86_64
GCC Version8.1.1
SubjectBinary Compatibility
-

Test Results


- - - - - - - -
Total Header Files1
Total Source Files8
Total Objects1
Total Symbols / Types62 / 20
Compatibility100%
-

Problem Summary


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

Added Symbols  4 


-zck.h, libzck.so.0.0.1
-zck_dl_set_zck ( zckDL* dl, zckCtx* zck )
-zck_failed_chunks ( zckCtx* zck )
-zck_set_fd ( zckCtx* zck, int fd )
-zck_validate_lead ( zckCtx* zck )
-
-to the top
-

Header Files  1 


-
-zck.h
-
-
to the top
-

Source Files  8 


-
-comp.c
-dl.c
-hash.c
-header.c
-index_read.c
-log.c
-range.c
-zck.c
-
-
to the top
-

Objects  1 


-
-libzck.so.0.0.1
-
-
to the top
-


-

Test Info


- - - - - - -
Module Namezchunk
Version #10.7.0
Version #20.7.1
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - - -
Total Header Files1
Total Source Files8
Total Objects1
Total Symbols / Types62 / 20
Compatibility100%
-

Problem Summary


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

Added Symbols  5 


-zck.h
-zck_dl_get_range ( zckDL* dl )
-zck_dl_set_zck ( zckDL* dl, zckCtx* zck )
-zck_failed_chunks ( zckCtx* zck )
-zck_set_fd ( zckCtx* zck, int fd )
-zck_validate_lead ( zckCtx* zck )
-
-to the top
-

Header Files  1 


-
-zck.h
-
-
to the top
-

Source Files  8 


-
-comp.c
-dl.c
-hash.c
-header.c
-index_read.c
-log.c
-range.c
-zck.c
-
-
to the top
-

Objects  1 


-
-libzck.so.0.0.1
-
-
to the top
-



- -
- - diff --git a/test/compat_reports/zchunk/0.7.1_to_0.7.2/compat_report.html b/test/compat_reports/zchunk/0.7.1_to_0.7.2/compat_report.html new file mode 100644 index 0000000..deb7322 --- /dev/null +++ b/test/compat_reports/zchunk/0.7.1_to_0.7.2/compat_report.html @@ -0,0 +1,520 @@ + + + + + + + + + +zchunk: 0.7.1 to 0.7.2 compatibility report + + + +

API compatibility report for the libzck.so object between 0.7.1 and 0.7.2 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Module Namezchunk
Version #10.7.1
Version #20.7.2
Archx86_64
GCC Version8.1.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + + +
Total Header Files1
Total Source Files8
Total Objects1
Total Symbols / Types67 / 20
Compatibility98.5%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  1 


+zck.h, libzck.so.0.0.1
+zck_get_missing_range ( zckCtx* zck, int max_ranges )
+
+to the top
+

Removed Symbols  1 


+zck.h, libzck.so.0.0.1
+zck_get_dl_range ( zckCtx* zck, int max_ranges )
+
+to the top
+

Header Files  1 


+
+zck.h
+
+
to the top
+

Source Files  8 


+
+comp.c
+dl.c
+hash.c
+header.c
+index_read.c
+log.c
+range.c
+zck.c
+
+
to the top
+

Objects  1 


+
+libzck.so.0.0.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Module Namezchunk
Version #10.7.1
Version #20.7.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + + +
Total Header Files1
Total Source Files8
Total Objects1
Total Symbols / Types67 / 20
Compatibility98.5%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  1 


+zck.h
+zck_get_missing_range ( zckCtx* zck, int max_ranges )
+
+to the top
+

Removed Symbols  1 


+zck.h
+zck_get_dl_range ( zckCtx* zck, int max_ranges )
+
+to the top
+

Header Files  1 


+
+zck.h
+
+
to the top
+

Source Files  8 


+
+comp.c
+dl.c
+hash.c
+header.c
+index_read.c
+log.c
+range.c
+zck.c
+
+
to the top
+

Objects  1 


+
+libzck.so.0.0.1
+
+
to the top
+



+ +
+ +