Fix multipart range handling to work with quotes

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2019-05-19 18:13:53 +01:00
parent 1ddba674cc
commit 91a89dc75d

View File

@ -1,6 +1,6 @@
Name: zchunk
Version: 1.1.1
Release: 3%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
URL: https://github.com/zchunk/zchunk
@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Sun May 19 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.2-1
- Fix multipart range handling to work with quotes, fixes #1706627
- Fix file creation permissions so they respect umask
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.1-3
- Rebuild with Meson fix for #1699099