Update to 0.9.11 which fixes small bug in zck_dl
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
9754031271
commit
83ac07755c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/zchunk-0.9.5.tar.gz
|
/zchunk-0.9.5.tar.gz
|
||||||
/zchunk-0.9.7.tar.gz
|
/zchunk-0.9.7.tar.gz
|
||||||
/zchunk-0.9.10.tar.gz
|
/zchunk-0.9.10.tar.gz
|
||||||
|
/zchunk-0.9.11.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.10.tar.gz) = 9e440bb33918955d3bdf2ecf14bd011f4efff8a16113927d665c4a965d42648fb4c60225206d9ddcb2b136868232b453c3d4014f46fdba5b7c6da8eb0c2fb6c3
|
SHA512 (zchunk-0.9.11.tar.gz) = 03b49de6306bab3b37be820462994e7a57fa7ecb594272b09d7fea3d7ae5831b2dc2016ed92d13546a077cffba7c01a4c97c4e30ae1feb1e181870bf061b94ed
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.10
|
Version: 0.9.11
|
||||||
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,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 28 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.11-1
|
||||||
|
- Fix small bug where creating a zck_dl context fails when zck context is NULL
|
||||||
|
|
||||||
* Tue Sep 18 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.10-1
|
* Tue Sep 18 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.10-1
|
||||||
- Update to 0.9.10
|
- Update to 0.9.10
|
||||||
- Fixes security bugs found by Coverity
|
- Fixes security bugs found by Coverity
|
||||||
|
Loading…
Reference in New Issue
Block a user