Update to 0.7.6 with new default chunk checksum type and automatic chunking

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2018-07-12 21:21:50 +01:00
parent 32ed0a486f
commit 1081b703e6
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/zchunk-0.7.5.tar.gz /zchunk-0.7.5.tar.gz
/zchunk-0.7.6.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-0.7.5.tar.gz) = 6525f1cba6dfb7b6cb626bc6e99319ee80084abd4834574ab519329f95c1e713b1fc4258e6431a928801e726a43c5f4bf23a9ec6fc88a943c272313acbbdefaf SHA512 (zchunk-0.7.6.tar.gz) = 912c8d9d8fdedfc7c96f8402c2f061e0459dbeeb9f76cde6ac0973ca9873addfee83de34d45ad9252e2c4b4de41777d0dd800a9e0aa08dea4baa97bdd4cc8653

View File

@ -1,6 +1,6 @@
Name: zchunk Name: zchunk
Version: 0.7.5 Version: 0.7.6
Release: 4%{?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
URL: https://github.com/zchunk/zchunk URL: https://github.com/zchunk/zchunk
@ -80,6 +80,14 @@ rm -rf src/lib/hash/sha*
%{_includedir}/zck.h %{_includedir}/zck.h
%changelog %changelog
* Thu Jul 12 2018 Jonathan Dieter <jdieter@gmail.com> - 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 <jdieter@gmail.com> - 0.7.5-4 * Wed Jul 04 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.5-4
- Fix ldconfig scriptlets to run on libs package - Fix ldconfig scriptlets to run on libs package
- Rename zchunk-libs-devel to zchunk-devel - Rename zchunk-libs-devel to zchunk-devel