Fix small bug in corner case when handling write failures
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
aaa3141be5
commit
acb0ef8bd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/zchunk-1.1.1.tar.gz
|
/zchunk-1.1.1.tar.gz
|
||||||
/zchunk-1.1.2.tar.gz
|
/zchunk-1.1.2.tar.gz
|
||||||
/zchunk-1.1.4.tar.gz
|
/zchunk-1.1.4.tar.gz
|
||||||
|
/zchunk-1.1.5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-1.1.4.tar.gz) = e8603de2a743c78d80d378b0464fd2433fe69be4671847227959c776a33c34704888f065dc652adff5ce9fc62d67afb3f419214badc9e1447c404c56ae6904e1
|
SHA512 (zchunk-1.1.5.tar.gz) = 50e955782ad04d71a1011f88670bdd9953bbf182d401f963e47187ff474bdadd9a2b4c368f74a68d841bd510af29dd261c9ddb15ca09ce03bfe966c09417215f
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
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
|
||||||
|
* Sat Jan 18 2020 Jonathan Dieter <jdieter@gmail.com> - 1.1.5-1
|
||||||
|
- Fix small bug in corner case when handling write failures
|
||||||
|
|
||||||
* Wed Nov 13 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.4-1
|
* Wed Nov 13 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.4-1
|
||||||
- Fix download failure when web server doesn't include content-type with each
|
- Fix download failure when web server doesn't include content-type with each
|
||||||
range
|
range
|
||||||
|
Loading…
Reference in New Issue
Block a user