diff --git a/.gitignore b/.gitignore index b8c13d0..15a3c38 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zchunk-0.7.5.tar.gz +/zchunk-0.7.6.tar.gz diff --git a/sources b/sources index adb0bb8..ffcb8f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-0.7.5.tar.gz) = 6525f1cba6dfb7b6cb626bc6e99319ee80084abd4834574ab519329f95c1e713b1fc4258e6431a928801e726a43c5f4bf23a9ec6fc88a943c272313acbbdefaf +SHA512 (zchunk-0.7.6.tar.gz) = 912c8d9d8fdedfc7c96f8402c2f061e0459dbeeb9f76cde6ac0973ca9873addfee83de34d45ad9252e2c4b4de41777d0dd800a9e0aa08dea4baa97bdd4cc8653 diff --git a/zchunk.spec b/zchunk.spec index 65e5513..6831e2e 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 0.7.5 -Release: 4%{?dist} +Version: 0.7.6 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -80,6 +80,14 @@ rm -rf src/lib/hash/sha* %{_includedir}/zck.h %changelog +* Thu Jul 12 2018 Jonathan Dieter - 0.7.6-1 +- Update to 0.7.6 +- SHA-512 and SHA-512/128 support +- New default chunk checksum type SHA-512/128 +- Automatic chunking moved into libzck and is now default +- New option to disable automatic chunking +- Bugfixes + * Wed Jul 04 2018 Jonathan Dieter - 0.7.5-4 - Fix ldconfig scriptlets to run on libs package - Rename zchunk-libs-devel to zchunk-devel