Update to 0.9.0 with new proposed permanent stable ABI

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2018-07-25 16:49:32 +01:00
parent 1081b703e6
commit b4ab608ceb
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (zchunk-0.7.6.tar.gz) = 912c8d9d8fdedfc7c96f8402c2f061e0459dbeeb9f76cde6ac0973ca9873addfee83de34d45ad9252e2c4b4de41777d0dd800a9e0aa08dea4baa97bdd4cc8653
SHA512 (zchunk-0.9.0.tar.gz) = 93ca4e97577e0b576974474cc327db16b9cdacd0aabecbcd2d103b66ed693c3bfcccdc9413018bb440558eb33fb532878e5bf5a937b99ff39357000291f3268d

View File

@ -1,5 +1,5 @@
Name: zchunk
Version: 0.7.6
Version: 0.9.0
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -80,6 +80,13 @@ rm -rf src/lib/hash/sha*
%{_includedir}/zck.h
%changelog
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.0-1
- Update to 0.9.0
- New error handling functions
- File format changes
- API changes
- Proposed permanent stable ABI
* 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