Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
This commit is contained in:
parent
ff3550a048
commit
c1bb1e7c35
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/zchunk-0.9.13.tar.gz
|
/zchunk-0.9.13.tar.gz
|
||||||
/zchunk-0.9.14.tar.gz
|
/zchunk-0.9.14.tar.gz
|
||||||
/zchunk-0.9.15.tar.gz
|
/zchunk-0.9.15.tar.gz
|
||||||
|
/zchunk-0.9.16.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.15.tar.gz) = cb81e9718cafdc2e36ffb9a4409f0e5cdaf49d9cf9416b8e266ac90fd3a4a9f7b64a3d00d85a044008dadbedecbab8e814fd32a328c6c9de21f17f1ab492a043
|
SHA512 (zchunk-0.9.16.tar.gz) = f2acf4db10db65cc12af2d870b53ff21c691e09d25baf4baeba773edf9483d08ec5193e2bdfa5ef35df29fc513a4ff228def2a9c716174244f5866a400ae9eb9
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.15
|
Version: 0.9.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -83,6 +83,12 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.16-1
|
||||||
|
- 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
|
||||||
|
|
||||||
* Tue Nov 13 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.15-1
|
* Tue Nov 13 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.15-1
|
||||||
- Switch from optional flags to more robust optional elements
|
- Switch from optional flags to more robust optional elements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user