- Update to version 1.0.3
+ Fix some small bugs found by Coverity
+ Fix memory leak and off-by-one errors
+ Use hash table for finding identical chunks, speeding up process
considerably
+ Add test case to verify that identical chunk checking is working
+ Turn off some tests for big-endian architectures since zstd
isn't deterministic on them
+ Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
+ Add functions to API to simplify extracting a single chunk
+ Change default zstd compression to 9 for a 6x speed increase in
compression speed for a 5% increase in compression size
+ Switch from optional flags to more robust optional elements
+ Sanity check hex hashes passed in as an option
OBS-URL: https://build.opensuse.org/request/show/668433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=5
+ Use hash table for finding identical chunks, speeding up process
considerably
+ Add test case to verify that identical chunk checking is working
+ Turn off some tests for big-endian architectures since zstd
isn't deterministic on them
+ Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
+ Add functions to API to simplify extracting a single chunk
+ Change default zstd compression to 9 for a 6x speed increase in
compression speed for a 5% increase in compression size
+ Switch from optional flags to more robust optional elements
+ Sanity check hex hashes passed in as an option
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=15
- Bump meson build dependency to match meson.build requirement
- Rebase to 0.9.11
+ Fix small bug where creating a zck_dl context fails when zck
context is NULL
+ Fix security bugs found by Coverity
+ Fix test failures for zstd <= 1.3.4
+ Add gen_xml_dictionary to libexecdir with zck_ prefix
+ Fix intermittent bug where auto-chunking wasn't deterministic
+ ABI (but not API change) - Use bool from stdbool.h
+ Allow specification of output file in zck
+ Set minimum and maximum chunk sizes for both automatic and
manual chunking
+ New error handling functions
+ File format changes
+ API changes
- Make requirements between subpackages stricter to avoid issues
due to inter-subpackage ABI/API changes
OBS-URL: https://build.opensuse.org/request/show/639072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=3
+ Fix small bug where creating a zck_dl context fails when zck
context is NULL
+ Fix security bugs found by Coverity
+ Fix test failures for zstd <= 1.3.4
+ Add gen_xml_dictionary to libexecdir with zck_ prefix
+ Fix intermittent bug where auto-chunking wasn't deterministic
+ ABI (but not API change) - Use bool from stdbool.h
+ Allow specification of output file in zck
+ Set minimum and maximum chunk sizes for both automatic and
manual chunking
+ New error handling functions
+ File format changes
+ API changes
- Make requirements between subpackages stricter to avoid issues
due to inter-subpackage ABI/API changes
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=10